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 499d68b0d6..9ac3904776 100644
--- a/test/helpers.lua
+++ b/test/helpers.lua
@@ -810,6 +810,6 @@ function module.read_nvim_log(logfile, ci_rename)
return log
end
-module = shared.tbl_extend('error', module, Paths, shared)
+module = shared.tbl_extend('error', module, Paths, shared, require('test.deprecated'))
return module