diff options
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_iterator.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_iterator.rb b/test/ruby/test_iterator.rb index 19677a4fd9..20d3b55d1c 100644 --- a/test/ruby/test_iterator.rb +++ b/test/ruby/test_iterator.rb @@ -480,4 +480,3 @@ class TestIterator < Test::Unit::TestCase assert_equal(["b"], ["a", "b", "c"].grep(IterString.new("b")) {|s| s}) end end -GC.stress=true |