diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-01-03 11:41:36 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-01-03 11:41:36 +0800 |
commit | 86c1a73437118e7c03280fbc190bb2b654fa5da6 (patch) | |
tree | 51600bc8641d58c045f3699c5a8cc29ee19c912e /test/test_2022.cpp | |
parent | b71a455726c04a5b12c771faef0d8a38e45de54b (diff) | |
download | advent-of-code-86c1a73437118e7c03280fbc190bb2b654fa5da6.tar.gz advent-of-code-86c1a73437118e7c03280fbc190bb2b654fa5da6.zip |
2022 day22 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 dc5a9a7..e2872d9 100644 --- a/test/test_2022.cpp +++ b/test/test_2022.cpp @@ -177,7 +177,7 @@ TEST_CASE("Monkey Math", "[2022]") { } TEST_CASE("Monkey Map", "[2022]") { - line_view lv = load_file("../src/2022/day22/input0"); + line_view lv = load_file("../src/2022/day22/input"); auto p = aoc2022::day22(lv); REQUIRE(0 == p.first); REQUIRE(0 == p.second); |