1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bootstraptest/test_insns.rb: test opt_nil_p

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-01 20:34:10 +09:00
parent 076f3fcf11
commit 2eec526053
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -202,6 +202,7 @@ tests = [
},
[ 'opt_str_freeze', %q{ 'true'.freeze }, ],
[ 'opt_nil_p', %q{ nil.nil? }, ],
[ 'opt_str_uminus', %q{ -'true' }, ],
[ 'opt_str_freeze', <<-'},', ], # {
class String