Commit 993095cb authored by mattn's avatar mattn

Remove duplicate test

parent 78ab979e
......@@ -8,5 +8,4 @@ assert('String#[]') do
assert_equal "世界", "こんにちわ世界"[-2..-1]
assert_equal "んに", "こんにちわ世界"[1,2]
assert_equal "世", "こんにちわ世界"["世"]
assert_equal "世", "こんにちわ世界"["世"]
end
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