diff options
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 edd56cb..4b07885 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -254,6 +254,6 @@ TEST_CASE("It Hangs in the Balance", "[2015]") { TEST_CASE("Let It Snow", "[2015]") { line_view lv = load_file("../src/2015/day25/input"); auto p = aoc2015::day25(lv); - REQUIRE(0 == p.first); + REQUIRE(19980801 == p.first); REQUIRE(0 == p.second); } |