aboutsummaryrefslogtreecommitdiff
path: root/test/test_2019.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r--test/test_2019.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp
index c8b6394..2876ec9 100644
--- a/test/test_2019.cpp
+++ b/test/test_2019.cpp
@@ -69,8 +69,8 @@ TEST_CASE("Space Image Format", "[2019]") {
}
TEST_CASE("Monitoring Station", "[2019]") {
- line_view lv = load_file("../src/2019/day10/input3");
+ line_view lv = load_file("../src/2019/day10/input");
auto p = aoc2019::day10(lv);
- // REQUIRE(334 == p.first);
- REQUIRE(0 == p.second);
+ REQUIRE(334 == p.first);
+ REQUIRE(1119 == p.second);
}