summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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