diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-12-08 20:26:50 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-12-08 20:26:50 +0800 |
commit | ec8fa76a38c46cf6e9b3c98bb28bbe15ed54140f (patch) | |
tree | 6c2dd84e97229ad78e47608e5d2753a0e90046d8 /test/test_2015.cpp | |
parent | a5c7c011332b064814239191a7379b26fd15618a (diff) | |
download | advent-of-code-ec8fa76a38c46cf6e9b3c98bb28bbe15ed54140f.tar.gz advent-of-code-ec8fa76a38c46cf6e9b3c98bb28bbe15ed54140f.zip |
2015 day22
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 2 |
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); } |