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 dfbb462..092ad7a 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -199,7 +199,7 @@ TEST_CASE("Scrambled Letters and Hash", "[2016]") { TEST_CASE("Grid Computing", "[2016]") { line_view lv = load_file("../src/2016/day22/input"); auto p = aoc2016::day22(lv); - REQUIRE(0 == p.first); + REQUIRE(990 == p.first); REQUIRE(0 == p.second); } |