diff options
Diffstat (limited to 'test/test_2016.cpp')
-rw-r--r-- | test/test_2016.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp index 31320d6..51def48 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -221,8 +221,8 @@ TEST_CASE("Air Duct Spelunking", "[2016]") { TEST_CASE("Clock Signal", "[2016]") { - line_view lv = load_file("../src/2016/day25/input"); - auto p = aoc2016::day25(lv); - REQUIRE(0 == p.first); - REQUIRE(0 == p.second); + // line_view lv = load_file("../src/2016/day23/input25"); + // auto p = aoc2016::day25(lv); + // REQUIRE(0 == p.first); + // REQUIRE(0 == p.second); } |