diff options
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 |