test: use helpers.pending_win32(pending) instead of iswin()

This commit is contained in:
zeertzjq
2022-02-26 19:28:18 +08:00
parent 005a7aa167
commit 0545bd2180
4 changed files with 5 additions and 10 deletions

View File

@@ -824,6 +824,7 @@ describe('API: buffer events:', function()
end
msg = next_msg()
end
-- FIXME: Windows
assert(iswin(), 'did not match/receive expected nvim_buf_lines_event lines')
end