aboutsummaryrefslogtreecommitdiff
path: root/test/client
diff options
context:
space:
mode:
Diffstat (limited to 'test/client')
-rw-r--r--test/client/msgpack_rpc_stream.lua2
-rw-r--r--test/client/session.lua2
-rw-r--r--test/client/uv_stream.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/client/msgpack_rpc_stream.lua b/test/client/msgpack_rpc_stream.lua
index ff054ae62b..c91c4fdc2e 100644
--- a/test/client/msgpack_rpc_stream.lua
+++ b/test/client/msgpack_rpc_stream.lua
@@ -1,4 +1,4 @@
-local mpack = require('mpack')
+local mpack = vim.mpack
-- temporary hack to be able to manipulate buffer/window/tabpage
local Buffer = {}
diff --git a/test/client/session.lua b/test/client/session.lua
index 78909d1061..86b4ee7103 100644
--- a/test/client/session.lua
+++ b/test/client/session.lua
@@ -1,4 +1,4 @@
-local uv = require('luv')
+local uv = vim.uv
local MsgpackRpcStream = require('test.client.msgpack_rpc_stream')
local Session = {}
diff --git a/test/client/uv_stream.lua b/test/client/uv_stream.lua
index f37a0ec3ce..9e9a69e0a1 100644
--- a/test/client/uv_stream.lua
+++ b/test/client/uv_stream.lua
@@ -1,4 +1,4 @@
-local uv = require('luv')
+local uv = vim.uv
local StdioStream = {}
StdioStream.__index = StdioStream