diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-05-31 20:50:54 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-05-31 20:50:54 +0900 |
| commit | c1e6f324c29d16014a8c6c27b9e27cf9af9fc1d5 (patch) | |
| tree | 23dc5850f72aaa7004ddfbaa342395ef0806d064 /mrbgems/mruby-array-ext | |
| parent | 4677918676c779137cec4db00517164ebace7ab7 (diff) | |
| download | mruby-c1e6f324c29d16014a8c6c27b9e27cf9af9fc1d5.tar.gz mruby-c1e6f324c29d16014a8c6c27b9e27cf9af9fc1d5.zip | |
Comment out the empty `Array#bsearch_index` test
Diffstat (limited to 'mrbgems/mruby-array-ext')
| -rw-r--r-- | mrbgems/mruby-array-ext/test/array.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-array-ext/test/array.rb b/mrbgems/mruby-array-ext/test/array.rb index 853554bcc..82f09297a 100644 --- a/mrbgems/mruby-array-ext/test/array.rb +++ b/mrbgems/mruby-array-ext/test/array.rb @@ -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] |
