From 46a32e79d1d247d15e6e683e94e197f78aa09ea8 Mon Sep 17 00:00:00 2001 From: kaiwu Date: Mon, 19 Dec 2022 21:03:24 +0800 Subject: 2022 day15 stay calm no panic --- test/test_2022.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_2022.cpp') 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]") { -- cgit v1.2.3