Skip to content

Commit

Permalink
get another mergedown() unit test #1615
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 12, 2021
1 parent 0919082 commit 3dbb3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/fills.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ TEST_CASE("Fills") {
CHECK(0 == notcurses_render(nc_));
// make sure nulls do not replace glyphs
auto p2 = ncplane_create(n_, &nopts);
CHECK(0 == ncplane_mergedown_simple(p2, nullptr));
CHECK(0 == ncplane_mergedown_simple(p2, n_));
ncplane_destroy(p2);
for(int i = 0 ; i < 10 ; ++i){
CHECK(0 < ncplane_at_yx_cell(n_, 0, i, &cbase));
Expand Down

0 comments on commit 3dbb3c1

Please sign in to comment.