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 --- ChangeLog | 4 ++++ test/objspace/test_objspace.rb | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 125cfa9314..f4f7f9024b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 10 19:38:46 2015 Koichi Sasada + + * test/objspace/test_objspace.rb: remove debug prints. + Fri Apr 10 19:35:51 2015 Koichi Sasada * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects method 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