aboutsummaryrefslogtreecommitdiff
path: root/test/test_2015.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-11 17:41:18 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-11 17:41:18 +0800
commit1c3c2e3f8a72b7e2968f3583e8582333457e583a (patch)
tree46459a29d6e9db20e076d62c3a223000e7e7cb7b /test/test_2015.cpp
parent76dbb441216d24856594d930e0d2140a07231e8a (diff)
downloadadvent-of-code-1c3c2e3f8a72b7e2968f3583e8582333457e583a.tar.gz
advent-of-code-1c3c2e3f8a72b7e2968f3583e8582333457e583a.zip
2022 day11
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r--test/test_2015.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index f8b3412..5358ac4 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -244,7 +244,7 @@ TEST_CASE("Opening the Turing Lock", "[2015]") {
}
TEST_CASE("", "[2015]") {
- line_view lv = load_file("../src/2015/day24/input");
+ line_view lv = load_file("../src/2015/day24/input0");
auto p = aoc2015::day24(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);