1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

start GC before GC.stress.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-04-10 07:19:08 +00:00
parent 6da0604df7
commit 9a269ab175

View file

@ -218,6 +218,7 @@ EOT
def test_gc
bignum_too_long_to_embed_as_string = 1234567890123456789012345
expect = bignum_too_long_to_embed_as_string.to_s
GC.start
stress, GC.stress = GC.stress, true
timeout(1) do