Stacking tests: remove cruft, this works now #1318

pull/1338/head
nick black 4 years ago
parent 56686348d7
commit 02c57186b4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save