aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-28 13:47:43 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-28 13:47:43 +0000
commit08a73ea4ae1c02e13bbf4ea579a939ac8551cf91 (patch)
treef5da9c7630137dcaf25387803f6f7ac9462dd218 /bootstraptest
parent7cf7ca79c71b361fe84d3f5243350f81f53ff3ff (diff)
downloadruby-08a73ea4ae1c02e13bbf4ea579a939ac8551cf91.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.rb2
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