[tabs] remove obsolete FIXME

This commit is contained in:
nick black 2022-02-11 04:11:03 -05:00 committed by nick black
parent d0d9a0724b
commit b326d43885

View File

@ -9,7 +9,6 @@ TEST_CASE("TaBs") { // refreshing and delicious
struct ncplane* n_ = notcurses_stdplane(nc_);
REQUIRE(n_);
// FIXME these ought all use a specific plane to avoid requirements on the stdplane
SUBCASE("PutcTaB") {
struct ncplane_options nopts{};
nopts.rows = 2;