aboutsummaryrefslogtreecommitdiff
path: root/test/test_2021.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-05 10:39:52 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-05 10:39:52 +0800
commitc2820ed7b706a580bc60a74a0d2af806ca57f501 (patch)
treea2907a324fe94f7efbfd9fc2667a1d2c07019f72 /test/test_2021.cpp
parentbaf9117b3f11a03f21f37a5abb3ef105dff4652f (diff)
downloadadvent-of-code-c2820ed7b706a580bc60a74a0d2af806ca57f501.tar.gz
advent-of-code-c2820ed7b706a580bc60a74a0d2af806ca57f501.zip
2021 day9 part2
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);
}