diff options
Diffstat (limited to 'test/test_2020.cpp')
-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 3712327..35e6a20 100644 --- a/test/test_2020.cpp +++ b/test/test_2020.cpp @@ -70,5 +70,5 @@ TEST_CASE("Encoding Error", "[2020]") { line_view lv = load_file("../src/2020/day9/input"); auto p = aoc2020::day9(lv); REQUIRE(22477624 == p.first); - // REQUIRE(0 == p.second); + REQUIRE(2980044 == p.second); } |