diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-01-05 16:00:30 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-01-05 16:00:30 +0800 |
commit | d32c8b14c43c4c237c453e88d92215b11a8234bc (patch) | |
tree | fbde982121c07e2899e72196a8d010ec53ac417b /test/test_2022.cpp | |
parent | 521b950d6978dc026cfbb83897d2caba2ca942d5 (diff) | |
download | advent-of-code-d32c8b14c43c4c237c453e88d92215b11a8234bc.tar.gz advent-of-code-d32c8b14c43c4c237c453e88d92215b11a8234bc.zip |
2022 day24 part1
Diffstat (limited to 'test/test_2022.cpp')
-rw-r--r-- | test/test_2022.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2022.cpp b/test/test_2022.cpp index 423b032..2c88e0f 100644 --- a/test/test_2022.cpp +++ b/test/test_2022.cpp @@ -191,7 +191,7 @@ TEST_CASE("Unstable Diffusion", "[2022]") { } TEST_CASE("Blizzard Basin", "[2022]") { - line_view lv = load_file("../src/2022/day24/input0"); + line_view lv = load_file("../src/2022/day24/input"); auto p = aoc2022::day24(lv); REQUIRE(0 == p.first); REQUIRE(0 == p.second); |