diff options
author | kaiwu <kaiwu2004@gmail.com> | 2023-01-27 13:01:35 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2023-01-27 13:01:35 +0800 |
commit | 505fa24b22d0093516ed3d725bec68912e0f878a (patch) | |
tree | cd02fed67a884d7473e58d148b7df4727c8af410 /test | |
parent | ff62813afc449383b93e80dece1075c9315dbb21 (diff) | |
download | advent-of-code-505fa24b22d0093516ed3d725bec68912e0f878a.tar.gz advent-of-code-505fa24b22d0093516ed3d725bec68912e0f878a.zip |
2016 day23 part1
Diffstat (limited to 'test')
-rw-r--r-- | test/test_2016.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp index 2e62ccb..5fa17e7 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -204,7 +204,7 @@ TEST_CASE("Grid Computing", "[2016]") { } -TEST_CASE("", "[2016]") { +TEST_CASE("Safe Cracking", "[2016]") { line_view lv = load_file("../src/2016/day23/input"); auto p = aoc2016::day23(lv); REQUIRE(0 == p.first); |