diff options
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); |