mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
excise notcurses_debug() from stacking tests
This commit is contained in:
parent
204eded6ff
commit
332bf71642
@ -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…
Reference in New Issue
Block a user