summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-21 13:49:33 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-21 13:49:33 +0000
commit895a8da09f08c438219e625899d6c7b204af9f62 (patch)
tree90997341b64895b4591aaf0927d787cbc6caa5a7 /test
parent206a2879172c02a3b5ce06e3a0de849eb05eecab (diff)
merge revision(s) 44000: [Backport #9205]
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/branches/ruby_2_0_0@44322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index ba193cec84..c678c3c6c6 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -163,7 +163,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