mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use long_ary to suppress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a77e12488
commit
4046585a20
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class TestObjSpace < Test::Unit::TestCase
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
assert_operator(max, :>=, 1_001, "1000 elems + Array class")
|
assert_operator(max, :>=, long_ary.size+1, "1000 elems + Array class")
|
||||||
eom
|
eom
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue