aboutsummaryrefslogtreecommitdiff
path: root/test/test_2022.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-05 16:09:45 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-05 16:09:45 +0800
commitaf1074a592e6cd246dd2db726ccc4eb6873e3ba4 (patch)
tree0e9a323648050f4f9814fc033f90c3504f213552 /test/test_2022.cpp
parent2f828ddfb1f649f8ed53291bdaf9457c2f633f75 (diff)
downloadadvent-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.cpp2
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);