aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 21:30:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 21:30:23 +0000
commit5f879f76d7e7a546fcf3ecb67de8d3cbe475b6c4 (patch)
treeaa8b965858b905070a193ee2c0e6b83b36f22580 /test/objspace
parent4690e6228402bf045403e7d5eae9b44519c69c6b (diff)
downloadruby-5f879f76d7e7a546fcf3ecb67de8d3cbe475b6c4.tar.gz
* 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
Diffstat (limited to 'test/objspace')
-rw-r--r--test/objspace/test_objspace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index b948c82038..6ad3be2945 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -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