diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-12-05 16:09:45 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-12-05 16:09:45 +0800 |
commit | af1074a592e6cd246dd2db726ccc4eb6873e3ba4 (patch) | |
tree | 0e9a323648050f4f9814fc033f90c3504f213552 /test/test_2022.cpp | |
parent | 2f828ddfb1f649f8ed53291bdaf9457c2f633f75 (diff) | |
download | advent-of-code-af1074a592e6cd246dd2db726ccc4eb6873e3ba4.tar.gz advent-of-code-af1074a592e6cd246dd2db726ccc4eb6873e3ba4.zip |
2022 day5
Diffstat (limited to 'test/test_2022.cpp')
-rw-r--r-- | test/test_2022.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2022.cpp b/test/test_2022.cpp index 387c575..71cce9d 100644 --- a/test/test_2022.cpp +++ b/test/test_2022.cpp @@ -35,7 +35,7 @@ TEST_CASE("Camp Cleanup", "[2022]") { REQUIRE(823 == p.second); } -TEST_CASE("", "[2022]") { +TEST_CASE("Supply Stacks", "[2022]") { line_view lv = load_file("../src/2022/day5/input"); char message[10] = {0}; aoc2022::day5(lv, message, 1); |