From dd072b53641ea518049923af7717f906706be360 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 24 Mar 2016 23:35:04 +0900 Subject: remove wrong ISO section from safe navigation test; ref 4c1ce0f6 --- test/t/nil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/t/nil.rb b/test/t/nil.rb index 27f70ad8c..b49878fc1 100644 --- a/test/t/nil.rb +++ b/test/t/nil.rb @@ -33,7 +33,7 @@ assert('NilClass#to_s', '15.2.4.3.5') do assert_equal '', nil.to_s end -assert('safe navigation', '15.2.4.3.5') do +assert('safe navigation') do assert_nil nil&.size assert_equal 0, []&.size end -- cgit v1.2.3