remove wrong ISO section from safe navigation test; ref 4c1ce0f6

This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-03-24 23:35:04 +09:00
parent 3886becec5
commit dd072b5364
+1 -1
View File
@@ -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