bitmap unit tests: exercise resize to 1,1 #1594

pull/1609/head
nick black 3 years ago committed by Nick Black
parent 5f51e15d7c
commit 16d54497fa

@ -38,7 +38,7 @@ TEST_CASE("Bitmaps") {
.flags = NCVISUAL_OPTION_NODEGRADE,
.transcolor = 0,
};
CHECK(0 == ncvisual_resize(ncv, 6, 1)); // FIXME get down to (1, 1)
CHECK(0 == ncvisual_resize(ncv, 1, 1));
auto n = ncvisual_render(nc_, ncv, &vopts);
REQUIRE(nullptr != n);
auto s = n->sprite;

Loading…
Cancel
Save