diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_2020.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2020.cpp b/test/test_2020.cpp index f3a8238..bbcc88b 100644 --- a/test/test_2020.cpp +++ b/test/test_2020.cpp @@ -6,5 +6,5 @@ TEST_CASE("Report Repair", "[2020]") { line_view lv = load_file("../src/2020/day1/input"); auto p = aoc2020::day1(lv, 2020); REQUIRE(1019904 == p.first); - REQUIRE(0 == p.second); + REQUIRE(176647680 == p.second); } |