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:
parent
076f3fcf11
commit
2eec526053
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue