aboutsummaryrefslogtreecommitdiff
path: root/test/test_2022.cpp
diff options
context:
space:
mode:
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);