mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
pull wayward debug from Bitmaps unit test
This commit is contained in:
parent
6b7cb9134b
commit
55eec67a23
@ -307,7 +307,6 @@ TEST_CASE("Bitmaps") {
|
||||
vopts.scaling = NCSCALE_NONE;
|
||||
auto ninf = ncvisual_blit(nc_, ncv, &vopts);
|
||||
ncplane_set_name(ninf, "ninf");
|
||||
notcurses_debug(nc_, stderr);
|
||||
REQUIRE(nullptr != ninf);
|
||||
// y of scaled might not be exactly equal to y of inflated since one
|
||||
// is based around what can be fit into a specific space, whereas the
|
||||
|
Loading…
Reference in New Issue
Block a user