aboutsummaryrefslogtreecommitdiff
path: root/test/test_2021.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2021.cpp')
-rw-r--r--test/test_2021.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2021.cpp b/test/test_2021.cpp
index 1618b89..e92b2c3 100644
--- a/test/test_2021.cpp
+++ b/test/test_2021.cpp
@@ -75,4 +75,5 @@ TEST_CASE("Smoke Basin", "[2021]") {
line_view lv = load_file("../src/2021/day9/input");
auto p = aoc2021::day9(lv);
REQUIRE(580 == p.first);
+ REQUIRE(856716 == p.second);
}