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 eceef29..3a3f38f 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -231,5 +231,5 @@ TEST_CASE("Wizard Simulator 20XX", "[2015]") {
aoc2015::wizard boss;
boss.points = 55;
auto p = aoc2015::day22(me, boss);
- REQUIRE(0 == p.first);
+ REQUIRE(953 == p.first);
}