aboutsummaryrefslogtreecommitdiff
path: root/test/test_2022.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-16 15:49:13 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-16 15:49:13 +0800
commitc53612d2bb0e642e8e3cdc85f521abcce6f87279 (patch)
tree37eceb9ef7bda0cd26c7ba7875fb10d0e359a4e4 /test/test_2022.cpp
parent9a6749cf23a125362da50008c83b4be1b28dadb2 (diff)
downloadadvent-of-code-c53612d2bb0e642e8e3cdc85f521abcce6f87279.tar.gz
advent-of-code-c53612d2bb0e642e8e3cdc85f521abcce6f87279.zip
2022 day16 part1
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 9f14b5f..04be125 100644
--- a/test/test_2022.cpp
+++ b/test/test_2022.cpp
@@ -126,7 +126,7 @@ TEST_CASE("Beacon Exclusion Zone", "[2022]") {
}
TEST_CASE("Proboscidea Volcanium", "[2022]") {
- line_view lv = load_file("../src/2022/day16/input");
+ line_view lv = load_file("../src/2022/day16/input0");
auto p = aoc2022::day16(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);