diff options
Diffstat (limited to 'test/test_2020.cpp')
-rw-r--r-- | test/test_2020.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_2020.cpp b/test/test_2020.cpp index 61880e2..72cefc4 100644 --- a/test/test_2020.cpp +++ b/test/test_2020.cpp @@ -3,5 +3,6 @@ #include <stdio.h> TEST_CASE("Report Repair", "[2020]") { - // line_view lv = load_file("../src/2020/day1/input"); + line_view lv = load_file("../src/2020/day1/input"); + REQUIRE(1019904 == aoc2020::day1(lv, 2020)); } |