From 332bf7164215d7b8c66243eeb736fcbdb842c437 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 8 Nov 2021 18:20:12 -0500 Subject: [PATCH] excise notcurses_debug() from stacking tests --- src/tests/stacking.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/stacking.cpp b/src/tests/stacking.cpp index be3b6947c..54e8c73ba 100644 --- a/src/tests/stacking.cpp +++ b/src/tests/stacking.cpp @@ -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));