diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_gc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 2a7c1b507f..0f4a13211e 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -257,7 +257,6 @@ class TestGc < Test::Unit::TestCase assert_nil GC.latest_gc_info(:need_major_by) # allocate objects until need_major_by is set or major GC happens - major_count = GC.stat(:major_gc_count) objects = [] while GC.latest_gc_info(:need_major_by).nil? objects.append(100.times.map { '*' }) |
