diff --git a/src/tests/pixel.cpp b/src/tests/pixel.cpp index 438ca76de..2a0dd9522 100644 --- a/src/tests/pixel.cpp +++ b/src/tests/pixel.cpp @@ -19,7 +19,6 @@ TEST_CASE("Pixel") { CHECK(0 < nc_->tcache.cellpixy); CHECK(0 < nc_->tcache.cellpixx); CHECK(nc_->tcache.sixel_supported); - CHECK(nullptr != nc_->tcache.pixel_cell_wipe); } #ifdef NOTCURSES_USE_MULTIMEDIA @@ -110,7 +109,7 @@ TEST_CASE("Pixel") { } SUBCASE("PixelBigCellWipePolychromatic") { - // first, assemble a visual equivalent to 4 cells + // first, assemble a visual equivalent to 100 cells auto y = 10 * nc_->tcache.cellpixy; auto x = 10 * nc_->tcache.cellpixx; std::vector v(x * y, 0xffffffff);