wide tests: kill one last allocation

pull/893/head
nick black 4 years ago committed by Nick Black
parent 2ceb2f5097
commit 55baa55541

@ -379,10 +379,7 @@ TEST_CASE("Wide") {
free(egc);
cell cl = CELL_TRIVIAL_INITIALIZER, cr = CELL_TRIVIAL_INITIALIZER;
CHECK(3 == ncplane_at_yx_cell(n_, 1, 1, &cl));
egc = cell_strdup(n_, &cl);
REQUIRE(nullptr != egc);
CHECK(0 == strcmp("", egc));
free(egc);
CHECK(0 == strcmp("", cell_extended_gcluster(n_, &cl)));
CHECK(0 == ncplane_at_yx_cell(n_, 1, 2, &cr));
REQUIRE(cell_simple_p(&cr));
CHECK(0 == cr.gcluster);

Loading…
Cancel
Save