1
0
Fork 0
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:
naruse 2013-04-02 06:28:10 +00:00
parent 7a77e12488
commit 4046585a20

View file

@ -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