diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-28 13:47:43 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-28 13:47:43 +0000 |
commit | 3439cc85ea41d3f4b8a0bf1125c0cd5384e9dba8 (patch) | |
tree | f5da9c7630137dcaf25387803f6f7ac9462dd218 /bootstraptest | |
parent | a20715c8ed16616ab00674f134654f8be88e2033 (diff) | |
download | ruby-3439cc85ea41d3f4b8a0bf1125c0cd5384e9dba8.tar.gz |
Update assertion message [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_insns.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index 3a6e677885..fbc1072fe9 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -178,7 +178,7 @@ tests = [ }, [ 'opt_str_freeze', %q{ 'true'.freeze }, ], - [ 'opt_str_freeze', %q{ -'true' }, ], + [ 'opt_str_uminus', %q{ -'true' }, ], [ 'opt_str_freeze', <<~'},', ], # { class String def freeze |