Skip to content

Commit 6e30bf3

Browse files
committed
Explicitly add empty tests
1 parent 99972b8 commit 6e30bf3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/year2021/day24.rs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
// No tests possible for Year 2021 Day 24
1+
#[test]
2+
fn part1_test() {
3+
// No test
4+
}
5+
6+
#[test]
7+
fn part2_test() {
8+
// No test
9+
}

0 commit comments

Comments
 (0)