summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-15 03:37:49 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-15 03:37:49 +0000
commit7307d38c4fb5c6943bab8859e178d2d28769a64c (patch)
treef4375780cdd0095c24f040c7e21214dfae862792 /test
parent7567fbf080552e04df4b5d2af9d601cf1d345b11 (diff)
* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_iterator.rb1
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