diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 22:36:52 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 22:36:52 +0800 |
commit | 751d4d443ced037df6ae6debcc43008c205205bd (patch) | |
tree | 0203019c9e1c08f3f08e99b6481b8252e688f5f9 /test/test_2015.cpp | |
parent | c71f5fb192461ddfb5c80b01302847966cad59d6 (diff) | |
download | advent-of-code-751d4d443ced037df6ae6debcc43008c205205bd.tar.gz advent-of-code-751d4d443ced037df6ae6debcc43008c205205bd.zip |
day 13 only needs one combo
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 3 |
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); - */ - } |