diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 18:10:40 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 18:10:40 +0800 |
commit | 836266ad7d7215205d9563908106154408c4eef1 (patch) | |
tree | a4ae5805bc3d83968cd0d0bee36282ba3c6a3ea1 /test/test_2015.cpp | |
parent | 23b38a4aae582af3a48d80a14b9b277ffc6a476b (diff) | |
download | advent-of-code-836266ad7d7215205d9563908106154408c4eef1.tar.gz advent-of-code-836266ad7d7215205d9563908106154408c4eef1.zip |
test sub
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp index 6c23e57..4089df7 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -142,5 +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")); + printf("%d\n", aoc2015::day12_part2("[{ 5 {red1} {3{4}}} 10 red 10]")); } |