Skip to content

Commit

Permalink
Unmask now-working argument case.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 19, 2012
1 parent 6bd8b11 commit 59781a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubicon/test_loop_stuff.rb
Expand Up @@ -251,7 +251,7 @@ def testClassFullOfIterators
IterTest.new([[4]]).each4 { |x2| x = x2 }
assert_equal([4], x)
IterTest.new([[5]]).each5 { |x2| x = x2 }
assert_equal([5], x) unless defined?(JRUBY_VERSION) #
assert_equal([5], x)
IterTest.new([[6]]).each6 { |x2| x = x2 }
assert_equal([[6]], x)
IterTest.new([[7]]).each7 { |x2| x = x2 }
Expand Down

0 comments on commit 59781a8

Please sign in to comment.