diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-02-06 14:46:22 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-02-06 14:46:22 +0800 |
commit | 99b5cc53a9b1e8860fc8ffdc0a91398513a1fc5a (patch) | |
tree | 5b541777050298c3a3af2934b8c7110600f23ad4 /test/test_2016.cpp | |
parent | a8ba24a058c7026491e212d25d806a7359c33176 (diff) | |
download | advent-of-code-99b5cc53a9b1e8860fc8ffdc0a91398513a1fc5a.tar.gz advent-of-code-99b5cc53a9b1e8860fc8ffdc0a91398513a1fc5a.zip |
2016 day25
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); } |