diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-26 19:28:18 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-02-26 19:40:11 +0800 |
commit | 0545bd21805b25b95ed6290d17e2c5804e9dbd98 (patch) | |
tree | 6708e3d7664075eb0d756996b8d046fa9d606f43 /test/functional/api/buffer_updates_spec.lua | |
parent | 005a7aa1670841dfdffb7559161a7d37d6c14bc4 (diff) | |
download | rneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.tar.gz rneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.tar.bz2 rneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.zip |
test: use helpers.pending_win32(pending) instead of iswin()
Diffstat (limited to 'test/functional/api/buffer_updates_spec.lua')
-rw-r--r-- | test/functional/api/buffer_updates_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/api/buffer_updates_spec.lua b/test/functional/api/buffer_updates_spec.lua index 25ca8cfe4a..e9ad756947 100644 --- a/test/functional/api/buffer_updates_spec.lua +++ b/test/functional/api/buffer_updates_spec.lua @@ -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 |