diff --git a/src/tests/fills.cpp b/src/tests/fills.cpp index 6eac56c66..8dd4ae3e5 100644 --- a/src/tests/fills.cpp +++ b/src/tests/fills.cpp @@ -434,7 +434,7 @@ TEST_CASE("Fills") { CHECK(0 == ncplane_cursor_move_yx(p3, 0, 0)); // make sure glyphs replace glyps CHECK(0 < ncplane_putstr(p3, "πŸž΅πŸžΆπŸž·πŸžΈπŸžΉβ–ˆβ–€β–„β–Œβ–")); - CHECK(0 == ncplane_mergedown_simple(p3, nullptr)); + CHECK(0 == ncplane_mergedown_simple(p3, n_)); nccell c3 = CELL_TRIVIAL_INITIALIZER; for(int i = 0 ; i < 10 ; ++i){ CHECK(0 < ncplane_at_yx_cell(n_, 0, i, &cbase));