aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_2022.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2022.cpp b/test/test_2022.cpp
index b793acd..cc97269 100644
--- a/test/test_2022.cpp
+++ b/test/test_2022.cpp
@@ -106,7 +106,7 @@ TEST_CASE("Distress Signal", "[2022]") {
line_view lv = load_file("../src/2022/day13/input");
auto p = aoc2022::day13(lv);
REQUIRE(5003 == p.first);
- // REQUIRE(0 == p.second);
+ REQUIRE(20280 == p.second);
}
TEST_CASE("Regolith Reservoir", "[2022]") {