aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-25 14:48:10 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-25 14:48:10 -0300
commitc2479a1e63b047d89d3cec9d1d45885d8c669d79 (patch)
tree3c2dfa63fc6fc161b971ca796e9f0b92dae1b15e /test/functional/helpers.lua
parentbcab2905d83c4b6c0def50462752b1beb5548f10 (diff)
parent99809903bbf9019e3f342be429968854ebf61e13 (diff)
downloadrneovim-c2479a1e63b047d89d3cec9d1d45885d8c669d79.tar.gz
rneovim-c2479a1e63b047d89d3cec9d1d45885d8c669d79.tar.bz2
rneovim-c2479a1e63b047d89d3cec9d1d45885d8c669d79.zip
Merge PR #1547 'Update bundled lua client version'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 27d8493a12..b758817b41 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -161,6 +161,7 @@ end
local function clear()
if session then
session:request('vim_command', 'qa!')
+ session._async_session._msgpack_stream._loop:exit()
end
local loop = Loop.new()
local msgpack_stream = MsgpackStream.new(loop)