aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-12-05 15:00:09 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-12-05 15:00:09 -0300
commit40adddd8e5ec5e20c29647c71f00632f6bcf4fa1 (patch)
tree3cb61007a75f18a0ff1d320337a56de1d9d555f9 /test/functional
parent45ae6eadfd3184b860ac19bd2661e1338c4efc89 (diff)
parenta31b06c44df0dded0627eae902d5744a65254e4e (diff)
downloadrneovim-40adddd8e5ec5e20c29647c71f00632f6bcf4fa1.tar.gz
rneovim-40adddd8e5ec5e20c29647c71f00632f6bcf4fa1.tar.bz2
rneovim-40adddd8e5ec5e20c29647c71f00632f6bcf4fa1.zip
Merge PR #1616 'Update lua client'
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index b758817b41..15adc3b1c3 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -161,7 +161,7 @@ end
local function clear()
if session then
session:request('vim_command', 'qa!')
- session._async_session._msgpack_stream._loop:exit()
+ session:exit()
end
local loop = Loop.new()
local msgpack_stream = MsgpackStream.new(loop)