summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-03-24 23:35:04 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-03-24 23:35:04 +0900
commitdd072b53641ea518049923af7717f906706be360 (patch)
treeff7417d5de636dfef289f82b4e074a475724bdea /test
parent3886becec5e44d59a63b84d16416b2f3645fbdac (diff)
downloadmruby-dd072b53641ea518049923af7717f906706be360.tar.gz
mruby-dd072b53641ea518049923af7717f906706be360.zip
remove wrong ISO section from safe navigation test; ref 4c1ce0f6
Diffstat (limited to 'test')
-rw-r--r--test/t/nil.rb2
1 files changed, 1 insertions, 1 deletions
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