aboutsummaryrefslogtreecommitdiff
path: root/test/client/uv_stream.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/client/uv_stream.lua')
-rw-r--r--test/client/uv_stream.lua2
1 files changed, 1 insertions, 1 deletions
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