diff --git a/2020/src/bin/day1.rs b/2020/src/bin/day1.rs index 676e011..6cf25e1 100644 --- a/2020/src/bin/day1.rs +++ b/2020/src/bin/day1.rs @@ -99,6 +99,7 @@ mod tests { .with_context(|| format!("Input {}", path.display())) .expect("failed to parse") } + #[test] fn test_parse() { let nums = get_nums();