mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"
This commit is contained in:
parent
fa7484019d
commit
c3e2dd072a
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class TestGCCompact < Test::Unit::TestCase
|
|||
|
||||
def test_gc_compact_stats
|
||||
list = []
|
||||
list2 = []
|
||||
|
||||
# Try to make some fragmentation
|
||||
500.times {
|
||||
|
|
Loading…
Reference in a new issue