Day 15, comment out slow test.
This commit is contained in:
parent
4045d014f4
commit
de31fdf400
@ -149,18 +149,19 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This is slow
|
||||||
// #[test]
|
// #[test]
|
||||||
fn test_solution2() {
|
// fn test_solution2() {
|
||||||
for (input, want) in vec![
|
// for (input, want) in vec![
|
||||||
//("0,3,6", 175594),
|
// //("0,3,6", 175594),
|
||||||
("1,3,2", 2578),
|
// ("1,3,2", 2578),
|
||||||
("2,1,3", 3544142),
|
// ("2,1,3", 3544142),
|
||||||
("1,2,3", 261214),
|
// ("1,2,3", 261214),
|
||||||
("2,3,1", 6895259),
|
// ("2,3,1", 6895259),
|
||||||
("3,2,1", 18),
|
// ("3,2,1", 18),
|
||||||
("3,1,2", 362),
|
// ("3,1,2", 362),
|
||||||
] {
|
// ] {
|
||||||
assert_eq!(solution2(input), want);
|
// assert_eq!(solution2(input), want);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user