Remove "Check the usage of a NUL character" test

Because there is not assertion in this test and NUL character literal is
used in other tests.
This commit is contained in:
KOBAYASHI Shuji
2019-06-08 22:32:19 +09:00
parent 2847692d59
commit 2e160f53db
-4
View File
@@ -694,10 +694,6 @@ assert('String interpolation (mrb_str_concat for shared strings)') do
assert_equal "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:", "#{a}:"
end
assert('Check the usage of a NUL character') do
"qqq\0ppp"
end
assert('String#bytes') do
str1 = "hello"
bytes1 = [104, 101, 108, 108, 111]