mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
Stacking tests: remove cruft, this works now #1318
This commit is contained in:
parent
56686348d7
commit
02c57186b4
@ -154,9 +154,6 @@ TEST_CASE("Stacking") {
|
||||
.leny = 2, .lenx = 2, .blitter = NCBLIT_2x2, .flags = 0,
|
||||
};
|
||||
CHECK(top == ncvisual_render(nc_, ncv, &vopts));
|
||||
//cell c = CELL_TRIVIAL_INITIALIZER;
|
||||
//ncplane_at_yx_cell(top, 0, 0, &c);
|
||||
//fprintf(stderr, "[[[%s]]] %016lx\n", cell_extended_gcluster(top, &c), c.channels);
|
||||
ncvisual_destroy(ncv);
|
||||
|
||||
// create an ncvisual of 2 rows, 2 columns, with the tr, bl 0xffffff
|
||||
|
Loading…
x
Reference in New Issue
Block a user