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:
parent
2b9f74d578
commit
afbf678a91
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue