aboutsummaryrefslogtreecommitdiff
path: root/test/test_2015.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r--test/test_2015.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index 3dc0e8e..3389882 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -153,10 +153,7 @@ TEST_CASE("Knights of the Dinner Table", "[day13]") {
REQUIRE(-638 == p1.first);
REQUIRE(709 == p1.second);
- /*
auto p2 = aoc2015::day13(lv, "Wukai");
REQUIRE(-679 == p2.first);
REQUIRE(668 == p2.second);
- */
-
}