diff options
Diffstat (limited to 'test')
-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 a6bb135..f1d643b 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -74,7 +74,7 @@ TEST_CASE("Doesn't He Have Intern-Elves For This?", "[day5]") { } TEST_CASE("Probably a Fire Hazard", "[day6]") { - aoc2015::grid<1024> grid; + aoc2015::grid<1000> grid; grid.turn_on({0,0}, {0,999}); REQUIRE(grid.count() == 1000); } |