mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
c348613504
commit
14b46d30e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue