aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-24 05:28:39 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-31 22:55:07 -0400
commit8e44396794221f2bdf3909970b2270234d3f7cdd (patch)
tree1b76ff91f5f127c6dab90188e6434f7d42790951
parentfe2e7cfdee91a3e13058461f3565fe96999232ac (diff)
downloadrneovim-8e44396794221f2bdf3909970b2270234d3f7cdd.tar.gz
rneovim-8e44396794221f2bdf3909970b2270234d3f7cdd.tar.bz2
rneovim-8e44396794221f2bdf3909970b2270234d3f7cdd.zip
functionaltest: enable buffered output tests
-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)