Wide test: kill duplicate CHECK

pull/1181/head
nick black 4 years ago committed by Nick Black
parent afbccc5bde
commit 8db3f77f5c

@ -132,8 +132,6 @@ TEST_CASE("Wide") {
CHECK(0 == strcmp(cell_extended_gcluster(n_, &c), FROG));
ncplane_at_yx_cell(n_, 1, 1, &c);
CHECK(ncstrwidth(FROG) == 1 + cell_double_wide_p(&c)); //should be wide
ncplane_at_yx_cell(n_, 0, 2, &c);
CHECK(0 == strlen(cell_extended_gcluster(n_, &c)));
CHECK(0 == notcurses_render(nc_)); // should be nothing
}

Loading…
Cancel
Save