diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-02-11 17:53:32 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-02-11 17:53:32 +0800 |
commit | ead6a8d61d3d03d44e457187cd2725c37922a2d9 (patch) | |
tree | f6b0ea617dd9c2cdcc4f880191cdc5890e19280a /test/test_2017.cpp | |
parent | 43449739d8209d7d2b0df55722e3f5143640fd3b (diff) | |
download | advent-of-code-ead6a8d61d3d03d44e457187cd2725c37922a2d9.tar.gz advent-of-code-ead6a8d61d3d03d44e457187cd2725c37922a2d9.zip |
2017 day18
Diffstat (limited to 'test/test_2017.cpp')
-rw-r--r-- | test/test_2017.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2017.cpp b/test/test_2017.cpp index 5b3a58e..9cc9421 100644 --- a/test/test_2017.cpp +++ b/test/test_2017.cpp @@ -186,7 +186,7 @@ TEST_CASE("Duet", "[2017]") { } -TEST_CASE("", "[2017]") { +TEST_CASE("A Series of Tubes", "[2017]") { line_view lv = load_file("../src/2017/day19/input"); auto p = aoc2017::day19(lv); REQUIRE(0 == p.first); |