Skip to content

Commit

Permalink
disable 357 again
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 8, 2024
1 parent 970de57 commit 470a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ seq!(N in 01..=20 {
#[case::problem_77(77)]
#[case::problem_87(87)]
#[case::problem_187(187)]
#[case::problem_357(357)]
//#[case::problem_357(357)]
#[case::problem_836(836)]
fn test_problem(#[case] id: usize) -> Result<(), String> {
let Some((_, func, _slow)) = get_problem(id) else { panic!() };
Expand Down

0 comments on commit 470a8a7

Please sign in to comment.