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 c61f26f..071a150 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -65,5 +65,5 @@ TEST_CASE("Internet Protocol Version 7", "[2016]") { TEST_CASE("Two-Factor Authentication", "[2016]") { line_view lv = load_file("../src/2016/day8/input"); auto p = aoc2016::day8(lv); - REQUIRE(0 == p); + REQUIRE(128 == p); } |