aboutsummaryrefslogtreecommitdiff
path: root/test/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers.lua')
-rw-r--r--test/helpers.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/helpers.lua b/test/helpers.lua
index 83f87c856b..0f854e5695 100644
--- a/test/helpers.lua
+++ b/test/helpers.lua
@@ -1,4 +1,3 @@
-local shared = vim
local luaassert = require('luassert')
local busted = require('busted')
local luv = require('luv')
@@ -954,6 +953,6 @@ function module.mkdir(path)
return luv.fs_mkdir(path, 493)
end
-module = shared.tbl_extend('error', module, Paths, shared, require('test.deprecated'))
+module = vim.tbl_extend('error', module, Paths, require('test.deprecated'))
return module