1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

debug print removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-06-01 01:24:35 +00:00
parent 2b9f74d578
commit afbf678a91

View file

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