Skip to content

Commit 54c5bdc

Browse files
committed
test failing
1 parent c8f3abd commit 54c5bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ where
196196
fn find_mid() {
197197
use std::array::IntoIter;
198198
let testcases = IntoIter::new([
199+
(vec![0, 3], vec![1, 1, 1, 1, 0, 3], (4, (0, 2), (0, 2))),
199200
(vec![0], vec![1, 1, 1], (4, (0, 2), (0, 2))),
200201
(vec![0], vec![1, 1], (3, (0, 2), (0, 2))),
201202
(vec![0], vec![0, 1, 0], (2, (0, 1), (0, 1))),

0 commit comments

Comments
 (0)