excise notcurses_debug() from stacking tests

This commit is contained in:
nick black 2021-11-08 18:20:12 -05:00
parent 204eded6ff
commit 332bf71642
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -63,7 +63,6 @@ TEST_CASE("Stacking") {
uint64_t channels;
auto egc = notcurses_at_yx(nc_, 0, 0, nullptr, &channels);
REQUIRE(nullptr != egc);
notcurses_debug(nc_, stderr);
// ought yield space with white background FIXME currently just yields
// a lower half block
CHECK(0 == strcmp("\u2584", egc));