aboutsummaryrefslogtreecommitdiff
path: root/test/test_2017.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2017.cpp')
-rw-r--r--test/test_2017.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_2017.cpp b/test/test_2017.cpp
index 2311016..5ccb526 100644
--- a/test/test_2017.cpp
+++ b/test/test_2017.cpp
@@ -221,12 +221,12 @@ TEST_CASE("Sporifica Virus", "[2017]") {
TEST_CASE("Coprocessor Conflagration", "[2017]") {
line_view lv = load_file("../src/2017/day23/input");
auto p = aoc2017::day23(lv);
- // REQUIRE(4225 == p.first);
+ REQUIRE(4225 == p.first);
REQUIRE(0 == p.second);
}
-TEST_CASE("", "[2017]") {
+TEST_CASE("Electromagnetic Moat", "[2017]") {
line_view lv = load_file("../src/2017/day24/input");
auto p = aoc2017::day24(lv);
REQUIRE(0 == p.first);