mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
SprixelTermValues: correct test
This commit is contained in:
parent
ec0d2b065f
commit
7b10d723ec
@ -16,7 +16,7 @@ TEST_CASE("Bitmaps") {
|
|||||||
SUBCASE("SprixelTermValues") {
|
SUBCASE("SprixelTermValues") {
|
||||||
CHECK(0 < nc_->tcache.cellpixy);
|
CHECK(0 < nc_->tcache.cellpixy);
|
||||||
CHECK(0 < nc_->tcache.cellpixx);
|
CHECK(0 < nc_->tcache.cellpixx);
|
||||||
CHECK(nc_->tcache.pixel_init);
|
CHECK(nc_->tcache.pixel_draw);
|
||||||
}
|
}
|
||||||
|
|
||||||
SUBCASE("SprixelMinimize") {
|
SUBCASE("SprixelMinimize") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user