From adabc801be4a6536c786ea5c6c858ba71a186336 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 10 Apr 2015 10:39:07 +0000 Subject: * test/objspace/test_objspace.rb: remove debug prints. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/objspace/test_objspace.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb index 665fafe7c8..329e418008 100644 --- a/test/objspace/test_objspace.rb +++ b/test/objspace/test_objspace.rb @@ -81,8 +81,6 @@ class TestObjSpace < Test::Unit::TestCase def test_count_imemo_objects res = ObjectSpace.count_imemo_objects - puts - pp res assert_not_empty(res) assert_not_nil(res[:imemo_cref]) arg = {} -- cgit v1.2.3