aboutsummaryrefslogtreecommitdiff
path: root/test/test_2019.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-06 17:37:52 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-06 17:38:47 +0800
commit76183b2d789320456599ef811434f4b65cae9524 (patch)
tree7c8ff049cd7b926a99911b3cc93b40b99842d329 /test/test_2019.cpp
parenta2807a134934bd4c831709f5271ad4ab6ef245a6 (diff)
downloadadvent-of-code-76183b2d789320456599ef811434f4b65cae9524.tar.gz
advent-of-code-76183b2d789320456599ef811434f4b65cae9524.zip
2019 day10 part2
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r--test/test_2019.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp
index 462d4d9..c8b6394 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/input");
+ line_view lv = load_file("../src/2019/day10/input3");
auto p = aoc2019::day10(lv);
- REQUIRE(334 == p.first);
+ // REQUIRE(334 == p.first);
REQUIRE(0 == p.second);
}