aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/channels_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-01 10:00:35 +0100
committerGitHub <noreply@github.com>2018-11-01 10:00:35 +0100
commit11b438eb6663b74149633b767061992c00496fb8 (patch)
treef76e077b24a7f55b18241ad39364ae0b37dbbb59 /test/functional/core/channels_spec.lua
parentf9fe903579033791e4233e8d55613634492702f5 (diff)
parent8ce3d0174eb25d6b48995106a7a62c663fd95bac (diff)
downloadrneovim-11b438eb6663b74149633b767061992c00496fb8.tar.gz
rneovim-11b438eb6663b74149633b767061992c00496fb8.tar.bz2
rneovim-11b438eb6663b74149633b767061992c00496fb8.zip
Merge #8378 from janlazo/win_functional_tests
Diffstat (limited to 'test/functional/core/channels_spec.lua')
-rw-r--r--test/functional/core/channels_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/core/channels_spec.lua b/test/functional/core/channels_spec.lua
index f79f208b69..7b89172f92 100644
--- a/test/functional/core/channels_spec.lua
+++ b/test/functional/core/channels_spec.lua
@@ -192,7 +192,6 @@ describe('channels', function()
end)
it('can use buffered output mode', function()
- if helpers.pending_win32(pending) then return end
source([[
let g:job_opts = {
\ 'on_stdout': function('OnEvent'),
@@ -225,7 +224,6 @@ describe('channels', function()
end)
it('can use buffered output mode with no stream callback', function()
- if helpers.pending_win32(pending) then return end
source([[
function! OnEvent(id, data, event) dict
call rpcnotify(1, a:event, a:id, a:data, self.stdout)