summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 00:00:30 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 00:00:30 +0000
commite46c1bc75ebab4022a6c99af47658414a565350c (patch)
treef9f5ac22250a3ab6f09080d4659de771b3443334 /test
parent52530e365369cf39cd4bf1e725e930175ebe267c (diff)
merge revision(s) 40057:
use long_ary to suppress warning git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/objspace/test_objspace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index 2f8503fcee..8a8d7ce8ea 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -93,7 +93,7 @@ class TestObjSpace < Test::Unit::TestCase
}
end
}
- assert_operator(max, :>=, 1_001, "1000 elems + Array class")
+ assert_operator(max, :>=, long_ary.size+1, "1000 elems + Array class")
eom
end