From 74b19e330adbdae2d8e53b58f1a2a7b725e69c8d Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 13 Feb 2019 04:24:59 +0000 Subject: fix imemo entry description. * ext/objspace/objspace.c (count_imemo_objects): `imemo_type_ids` should be match with `enum imemo_type` in internal.h and this patch fix mismatch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/objspace/test_objspace.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb index 947170203a..f139b90efe 100644 --- a/test/objspace/test_objspace.rb +++ b/test/objspace/test_objspace.rb @@ -98,6 +98,8 @@ class TestObjSpace < Test::Unit::TestCase res = ObjectSpace.count_imemo_objects assert_not_empty(res) assert_not_nil(res[:imemo_cref]) + assert_not_empty res.inspect + arg = {} res = ObjectSpace.count_imemo_objects(arg) assert_not_empty(res) -- cgit v1.2.3