diff options
Diffstat (limited to 'test/test_2016.cpp')
-rw-r--r-- | test/test_2016.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp index 5fa17e7..76bf2e9 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -207,7 +207,7 @@ TEST_CASE("Grid Computing", "[2016]") { TEST_CASE("Safe Cracking", "[2016]") { line_view lv = load_file("../src/2016/day23/input"); auto p = aoc2016::day23(lv); - REQUIRE(0 == p.first); + REQUIRE(13140 == p.first); REQUIRE(0 == p.second); } |