From 2eec526053186f05e8b73003d5212c871724a309 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 1 Aug 2019 20:34:10 +0900 Subject: bootstraptest/test_insns.rb: test opt_nil_p --- bootstraptest/test_insns.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index 1747941cf0..73a9d501f1 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -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 -- cgit v1.2.3