diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-05 14:23:37 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-05 14:23:37 -0300 |
commit | a31b06c44df0dded0627eae902d5744a65254e4e (patch) | |
tree | 3cb61007a75f18a0ff1d320337a56de1d9d555f9 /test/functional/helpers.lua | |
parent | 45ae6eadfd3184b860ac19bd2661e1338c4efc89 (diff) | |
download | rneovim-a31b06c44df0dded0627eae902d5744a65254e4e.tar.gz rneovim-a31b06c44df0dded0627eae902d5744a65254e4e.tar.bz2 rneovim-a31b06c44df0dded0627eae902d5744a65254e4e.zip |
deps: Update lua client
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
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) |