From a31b06c44df0dded0627eae902d5744a65254e4e Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 5 Dec 2014 14:23:37 -0300 Subject: deps: Update lua client --- test/functional/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit