diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-02-07 16:56:34 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-02-07 16:56:34 +0800 |
commit | 23968636d9b5d783bee760653d31409014bfed87 (patch) | |
tree | 57937ff3edbcf3e2230734cd8739e8971037201a /test/test_2017.cpp | |
parent | 13c992727f9772feee684827fb131f3bef009584 (diff) | |
download | advent-of-code-23968636d9b5d783bee760653d31409014bfed87.tar.gz advent-of-code-23968636d9b5d783bee760653d31409014bfed87.zip |
2017 day11
Diffstat (limited to 'test/test_2017.cpp')
-rw-r--r-- | test/test_2017.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_2017.cpp b/test/test_2017.cpp index 06cb6cd..69300b6 100644 --- a/test/test_2017.cpp +++ b/test/test_2017.cpp @@ -122,8 +122,8 @@ TEST_CASE("Knot Hash", "[2017]") { REQUIRE(0 == p.second); } -TEST_CASE("", "[2017]") { - line_view lv = load_file("../src/2017/day11/input"); +TEST_CASE("Hex Ed", "[2017]") { + line_view lv = load_file("../src/2017/day11/input0"); auto p = aoc2017::day11(lv); REQUIRE(0 == p.first); REQUIRE(0 == p.second); |