Commit c1e6f324 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Comment out the empty `Array#bsearch_index` test

parent 46779186
......@@ -268,9 +268,9 @@ assert("Array#bsearch") do
end
end
assert("Array#bsearch_index") do
# tested through Array#bsearch
end
# tested through Array#bsearch
#assert("Array#bsearch_index") do
#end
assert("Array#delete_if") do
a = [1, 2, 3, 4, 5]
......
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