aboutsummaryrefslogtreecommitdiff
path: root/test/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers.lua')
-rw-r--r--test/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers.lua b/test/helpers.lua
index 83d7a0ece6..ba13f06cc7 100644
--- a/test/helpers.lua
+++ b/test/helpers.lua
@@ -952,6 +952,6 @@ function module.mkdir(path)
return uv.fs_mkdir(path, 493)
end
-module = vim.tbl_extend('error', module, Paths, require('test.deprecated'))
+module = vim.tbl_extend('error', module, Paths)
return module