aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-19 21:03:24 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-19 21:03:24 +0800
commit46a32e79d1d247d15e6e683e94e197f78aa09ea8 (patch)
treee288857ea5d1f80cd06241cc2f03ce805473617b /test
parentb29b67b0d72f29dcaa46a06d6e72e46f62a748fe (diff)
downloadadvent-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.cpp2
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]") {