Skip to content

Commit 80b4938

Browse files
committedNov 28, 2013
Remove all remaining case language filters (now fixed)
1 parent b5371e9 commit 80b4938

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎spec/opal/filters/bugs/language.rb

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
fails "The break statement in a lambda from a scope that has returned raises a LocalJumpError when yielding to a lambda passed as a block argument"
7474
fails "Executing break from within a block returns from the original invoking method even in case of chained calls"
7575

76-
fails "The 'case'-construct lets you define a method after the case statement"
77-
fails "The 'case'-construct with no target expression evaluates true as only 'true' when true is the first clause"
78-
7976
fails "A class variable can be accessed from a subclass"
8077
fails "A class variable is set in the superclass"
8178
fails "A class variable defined in a module can be accessed from classes that extend the module"

0 commit comments

Comments
 (0)
Please sign in to comment.