mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
7f75a1a810
commit
adabc801be
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Apr 10 19:38:46 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/objspace/test_objspace.rb: remove debug prints.
|
||||
|
||||
Fri Apr 10 19:35:51 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects method
|
||||
|
|
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue