aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-05-09 18:22:21 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-05-09 18:22:21 +0800
commit2e5392ba4c93d5b9d5eb2a560418b13e76f2059f (patch)
tree5e3f4e40196eea0778a34a358f20ab8a1b396caf /test
parentdca2e70a10b7928c8a73f73d5dc7ef74f9001005 (diff)
downloadadvent-of-code-2e5392ba4c93d5b9d5eb2a560418b13e76f2059f.tar.gz
advent-of-code-2e5392ba4c93d5b9d5eb2a560418b13e76f2059f.zip
2016 day8
Diffstat (limited to 'test')
-rw-r--r--test/test_2016.cpp2
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);
}