зеркало из https://github.com/github/ruby.git
* test/objspace/test_objspace.rb: flag name was changed
(long_lived -> uncollectible). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4690e62284
Коммит
5f879f76d7
|
@ -1,3 +1,8 @@
|
|||
Thu Mar 19 06:29:28 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/objspace/test_objspace.rb: flag name was changed
|
||||
(long_lived -> uncollectible).
|
||||
|
||||
Thu Mar 19 05:30:13 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* iseq.c (iseq_mark): skip some marking if iseq->orig is available.
|
||||
|
|
|
@ -196,7 +196,7 @@ class TestObjSpace < Test::Unit::TestCase
|
|||
|
||||
def test_dump_flags
|
||||
info = ObjectSpace.dump("foo".freeze)
|
||||
assert_match /"wb_protected":true, "old":true, "long_lived":true, "marked":true/, info
|
||||
assert_match /"wb_protected":true, "old":true, "uncollectible":true, "marked":true/, info
|
||||
assert_match /"fstring":true/, info
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче