summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_objectspace.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_objectspace.rb b/test/ruby/test_objectspace.rb
index c6fe9f2ef2..0b3eea4e09 100644
--- a/test/ruby/test_objectspace.rb
+++ b/test/ruby/test_objectspace.rb
@@ -50,7 +50,6 @@ End
h0 = {:T_FOO=>1000}
h = ObjectSpace.count_objects(h0)
- p h0.equal?(h)
assert_same(h0, h)
assert_equal(0, h0[:T_FOO])
end