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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp
index 040f96c..31320d6 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -213,14 +213,14 @@ TEST_CASE("Safe Cracking", "[2016]") {
TEST_CASE("Air Duct Spelunking", "[2016]") {
- line_view lv = load_file("../src/2016/day24/input0");
+ line_view lv = load_file("../src/2016/day24/input");
auto p = aoc2016::day24(lv);
- REQUIRE(0 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE(490 == p.first);
+ REQUIRE(744 == p.second);
}
-TEST_CASE("", "[2016]") {
+TEST_CASE("Clock Signal", "[2016]") {
line_view lv = load_file("../src/2016/day25/input");
auto p = aoc2016::day25(lv);
REQUIRE(0 == p.first);