diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-12-19 21:03:24 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-12-19 21:03:24 +0800 |
commit | 46a32e79d1d247d15e6e683e94e197f78aa09ea8 (patch) | |
tree | e288857ea5d1f80cd06241cc2f03ce805473617b /test | |
parent | b29b67b0d72f29dcaa46a06d6e72e46f62a748fe (diff) | |
download | advent-of-code-46a32e79d1d247d15e6e683e94e197f78aa09ea8.tar.gz advent-of-code-46a32e79d1d247d15e6e683e94e197f78aa09ea8.zip |
2022 day15 stay calm no panic
Diffstat (limited to 'test')
-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 ba5ebef..65a645f 100644 --- a/test/test_2022.cpp +++ b/test/test_2022.cpp @@ -123,7 +123,7 @@ TEST_CASE("Beacon Exclusion Zone", "[2022]") { line_view lv = load_file("../src/2022/day15/input"); auto p = aoc2022::day15(lv); REQUIRE(6078701 == p.first); - REQUIRE(0 == p.second); + REQUIRE(12567351400528 == p.second); } //TEST_CASE("Proboscidea Volcanium", "[2022]") { |