Commit 2e160f53 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

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.
parent 2847692d
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment