aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_2015.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index f5bfb26..6c23e57 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -142,4 +142,5 @@ TEST_CASE("Corporate Policy", "[day11]") {
TEST_CASE("", "[day12]") {
line_view lv = load_file("../src/2015/day12/input");
REQUIRE(156366 == aoc2015::day12(lv));
+ printf("%d\n", aoc2015::day12_part2("{{red1} 2 {red3 {4}}} 10"));
}