aboutsummaryrefslogtreecommitdiff
path: root/test/test_2018.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2018.cpp')
-rw-r--r--test/test_2018.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_2018.cpp b/test/test_2018.cpp
index e91e4b7..0ef6359 100644
--- a/test/test_2018.cpp
+++ b/test/test_2018.cpp
@@ -66,6 +66,8 @@ TEST_CASE("The Sum of Its Parts", "[2018]") {
TEST_CASE("Memory Maneuver", "[2018]") {
line_view lv = load_file("../src/2018/day8/input");
auto p = aoc2018::day8(lv);
+ REQUIRE(36891 == p.first);
+ REQUIRE(20083 == p.second);
// auto p = aoc2018::day8("2 3 0 3 10 11 12 1 1 0 1 99 2 1 1 2");
- REQUIRE(36891 == p);
+ // REQUIRE(138 == p.first);
}