diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-12-22 22:38:23 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-12-22 22:38:23 +0800 |
commit | 1e48202abdf34def6d88e85f3801abdbc8d642ad (patch) | |
tree | a9fa8ae93779ae42e42fad45f78ea1fa952ace7e /test/test_2022.cpp | |
parent | 0fa2fe526f0f57692d890c3f2c162a90015a451f (diff) | |
download | advent-of-code-1e48202abdf34def6d88e85f3801abdbc8d642ad.tar.gz advent-of-code-1e48202abdf34def6d88e85f3801abdbc8d642ad.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 50a767f..dc5a9a7 100644 --- a/test/test_2022.cpp +++ b/test/test_2022.cpp @@ -176,7 +176,7 @@ TEST_CASE("Monkey Math", "[2022]") { REQUIRE(3087390115721 == p.second); } -TEST_CASE("", "[2022]") { +TEST_CASE("Monkey Map", "[2022]") { line_view lv = load_file("../src/2022/day22/input0"); auto p = aoc2022::day22(lv); REQUIRE(0 == p.first); |