aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_2022.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_2022.cpp b/test/test_2022.cpp
index 8d80b5f..f8fb354 100644
--- a/test/test_2022.cpp
+++ b/test/test_2022.cpp
@@ -117,9 +117,9 @@ TEST_CASE("Regolith Reservoir", "[2022]") {
REQUIRE(27566 == p.second);
}
-TEST_CASE("", "[2022]") {
- line_view lv = load_file("../src/2022/day15/input0");
+TEST_CASE("Beacon Exclusion Zone", "[2022]") {
+ line_view lv = load_file("../src/2022/day15/input");
auto p = aoc2022::day15(lv);
- REQUIRE(0 == p.first);
+ REQUIRE(6078701 == p.first);
REQUIRE(0 == p.second);
}