1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-07-18 10:49:10 +00:00
parent 2e596f6891
commit e69dd14a6c

View file

@ -2740,7 +2740,7 @@ CODE
assert_predicate(-str, :frozen?)
assert_same(str, +str)
assert_not_send(str, -str)
assert_not_same(str, -str)
str = "bar".freeze
assert_predicate(str, :frozen?)