Skip to content

Commit

Permalink
Stacking tests: remove cruft, this works now #1318
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 5, 2021
1 parent 5668634 commit 02c5718
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/stacking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02c5718

Please sign in to comment.