aboutsummaryrefslogtreecommitdiff
path: root/test/test_2015.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r--test/test_2015.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index 24e1e78..edd56cb 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -248,7 +248,7 @@ TEST_CASE("It Hangs in the Balance", "[2015]") {
line_view lv = load_file("../src/2015/day24/input");
auto p = aoc2015::day24(lv);
REQUIRE(10439961859 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE(72050269 == p.second);
}
TEST_CASE("Let It Snow", "[2015]") {