aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/gf_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/gf_spec.lua')
-rw-r--r--test/functional/legacy/gf_spec.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/legacy/gf_spec.lua b/test/functional/legacy/gf_spec.lua
index 37722a88bc..4c98edf8e0 100644
--- a/test/functional/legacy/gf_spec.lua
+++ b/test/functional/legacy/gf_spec.lua
@@ -1,6 +1,8 @@
-local t = require('test.functional.testutil')()
-local clear = t.clear
-local command = t.command
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear = n.clear
+local command = n.command
local eq = t.eq
local pcall_err = t.pcall_err