remove garbage CursesStyles unit test #1791

pull/1792/head
nick black 3 years ago
parent 3cb537c3fc
commit 5e16208801
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -41,12 +41,6 @@ TEST_CASE("NotcursesBase") {
CHECK(newy == y);
}
// we should at least have NCSTYLE_BOLD everywhere, i should think?
SUBCASE("CursesStyles") {
unsigned attrs = notcurses_supported_styles(nc_);
CHECK(1 == !!(NCSTYLE_BOLD & attrs));
}
// it is an error to attempt to destroy the standard plane
SUBCASE("RejectDestroyStdPlane") {
ncplane* ncp = notcurses_stdplane(nc_);

Loading…
Cancel
Save