ruby-changes:38131
From: ko1 <ko1@a...>
Date: Fri, 10 Apr 2015 19:39:17 +0900 (JST)
Subject: [ruby-changes:38131] ko1:r50212 (trunk): * test/objspace/test_objspace.rb: remove debug prints.
ko1 2015-04-10 19:39:07 +0900 (Fri, 10 Apr 2015) New Revision: 50212 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50212 Log: * test/objspace/test_objspace.rb: remove debug prints. Modified files: trunk/ChangeLog trunk/test/objspace/test_objspace.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 50211) +++ ChangeLog (revision 50212) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Apr 10 19:38:46 2015 Koichi Sasada <ko1@a...> + + * test/objspace/test_objspace.rb: remove debug prints. + Fri Apr 10 19:35:51 2015 Koichi Sasada <ko1@a...> * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects method Index: test/objspace/test_objspace.rb =================================================================== --- test/objspace/test_objspace.rb (revision 50211) +++ test/objspace/test_objspace.rb (revision 50212) @@ -81,8 +81,6 @@ class TestObjSpace < Test::Unit::TestCas https://github.com/ruby/ruby/blob/trunk/test/objspace/test_objspace.rb#L81 def test_count_imemo_objects res = ObjectSpace.count_imemo_objects - puts - pp res assert_not_empty(res) assert_not_nil(res[:imemo_cref]) arg = {} -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/