mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
on a wide enough screen, this test breaks
This commit is contained in:
parent
489ca06fe6
commit
0001fa955d
@ -167,7 +167,7 @@ TEST_F(NcplaneTest, EmitEmojiStr) {
|
||||
EXPECT_LT(0, wrote);
|
||||
int x, y;
|
||||
ncplane_cursor_yx(n_, &y, &x);
|
||||
EXPECT_LT(0, y);
|
||||
EXPECT_LE(0, y);
|
||||
EXPECT_NE(1, x); // FIXME tighten in on this
|
||||
EXPECT_EQ(0, notcurses_render(nc_));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user