summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-01 01:24:35 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-01 01:24:35 +0000
commitf37c46024f8f431082c4166bdfe62e2a9ad98a96 (patch)
treedd5ef10b2db30254bd98d9c79655534239e68c33 /test/ruby
parentc6187b8931a672389007d0d06938c38b5173a3cf (diff)
downloadruby-f37c46024f8f431082c4166bdfe62e2a9ad98a96.tar.gz
ruby-f37c46024f8f431082c4166bdfe62e2a9ad98a96.tar.xz
ruby-f37c46024f8f431082c4166bdfe62e2a9ad98a96.zip
debug print removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-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 c6fe9f2ef..0b3eea4e0 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