bitmap tests: remove useless garbage

pull/1662/head
nick black 3 years ago committed by Nick Black
parent b9e941e51e
commit 39afbd75c4

@ -5,8 +5,6 @@
TEST_CASE("Bitmaps") { TEST_CASE("Bitmaps") {
auto nc_ = testing_notcurses(); auto nc_ = testing_notcurses();
REQUIRE(nullptr != nc_); REQUIRE(nullptr != nc_);
ncplane* ncp_ = notcurses_stdplane(nc_);
REQUIRE(ncp_);
auto n_ = notcurses_stdplane(nc_); auto n_ = notcurses_stdplane(nc_);
REQUIRE(n_); REQUIRE(n_);

Loading…
Cancel
Save