aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/debugger_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/debugger_spec.lua')
-rw-r--r--test/functional/legacy/debugger_spec.lua10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/functional/legacy/debugger_spec.lua b/test/functional/legacy/debugger_spec.lua
index a76cdbc043..c6f552ab51 100644
--- a/test/functional/legacy/debugger_spec.lua
+++ b/test/functional/legacy/debugger_spec.lua
@@ -1,8 +1,10 @@
-local t = require('test.functional.testutil')()
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
local Screen = require('test.functional.ui.screen')
-local clear = t.clear
-local command = t.command
-local feed = t.feed
+
+local clear = n.clear
+local command = n.command
+local feed = n.feed
local write_file = t.write_file
before_each(clear)