aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_2016.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp
index a88f431..9a1b571 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -162,11 +162,11 @@ TEST_CASE("Two Steps Forward", "[2016]") {
}
-TEST_CASE("", "[2016]") {
+TEST_CASE("Like a Rogue", "[2016]") {
line_view lv = load_file("../src/2016/day18/input");
auto p = aoc2016::day18(lv);
- REQUIRE(0 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE(2035 == p.first);
+ REQUIRE(20000577 == p.second);
}