From 08d05f0466bb6922d047e8eb1ba9145fc6b55d5d Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 15 Jun 2007 03:37:49 +0000 Subject: * test/ruby/test_iterator.rb: remove debug code (GC.stress=true). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_iterator.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_iterator.rb b/test/ruby/test_iterator.rb index 19677a4fd..20d3b55d1 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 -- cgit