diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-01-19 10:58:48 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-01-19 10:59:37 +0800 |
commit | deb6771f642d8f64fba26e334f3b80cb865db652 (patch) | |
tree | 8c2cbc9334257a887b6eaeed33e56077b63893e3 /test/test_2015.cpp | |
parent | 4a2ba567424842ee1ef32054ff789732bb18778c (diff) | |
download | advent-of-code-deb6771f642d8f64fba26e334f3b80cb865db652.tar.gz advent-of-code-deb6771f642d8f64fba26e334f3b80cb865db652.zip |
2015 day24 dfs
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp index 282ce2d..ce0b553 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -245,7 +245,7 @@ TEST_CASE("Opening the Turing Lock", "[2015]") { } TEST_CASE("It Hangs in the Balance", "[2015]") { - line_view lv = load_file("../src/2015/day24/input0"); + line_view lv = load_file("../src/2015/day24/input"); auto p = aoc2015::day24(lv); REQUIRE(0 == p.first); REQUIRE(0 == p.second); |