excise notcurses_debug() from stacking tests

pull/2333/head
nick black 3 years ago
parent 204eded6ff
commit 332bf71642
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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));

Loading…
Cancel
Save