From 14b46d30e0c5b096a7f7cf5293f8bf8adb1835bd Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Dec 2013 05:35:34 +0000 Subject: [PATCH] test_gc.rb: shorten * test/ruby/test_gc.rb (test_sweep_in_finalizer): omit iteration number to 2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 41e09b63fb..7410516c7a 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -241,7 +241,7 @@ class TestGc < Test::Unit::TestCase def test_sweep_in_finalizer bug9205 = '[ruby-core:58833] [Bug #9205]' - 100.times do + 2.times do assert_ruby_status([], <<-'end;', bug9205) raise_proc = proc do |id| GC.start