aboutsummaryrefslogtreecommitdiff
path: root/test/test_2016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2016.cpp')
-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 97c6fc0..a88f431 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -154,11 +154,11 @@ TEST_CASE("Dragon Checksum", "[2016]") {
}
-TEST_CASE("", "[2016]") {
+TEST_CASE("Two Steps Forward", "[2016]") {
line_view lv = load_file("../src/2016/day17/input");
auto p = aoc2016::day17(lv);
- REQUIRE(0 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE("DDURRLRRDD" == p.first);
+ REQUIRE(436 == p.second);
}