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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index 5fc6bc9..4253db4 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -210,7 +210,7 @@ TEST_CASE("Medicine for Rudolph", "[day19]") {
}
TEST_CASE("Infinite Elves and Infinite Houses", "[day20]") {
- auto p = aoc2015::day20(4);
- // auto p = aoc2015::day20(36000000);
- printf("%d %d\n", p.first, p.second);
+ auto p = aoc2015::day20(36000000, 10);
+ REQUIRE(831600 == p.first);
+ REQUIRE(884520 == p.second);
}