aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/comparators_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/comparators_spec.lua')
-rw-r--r--test/functional/legacy/comparators_spec.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/legacy/comparators_spec.lua b/test/functional/legacy/comparators_spec.lua
index 32e830a0af..86df5b1c41 100644
--- a/test/functional/legacy/comparators_spec.lua
+++ b/test/functional/legacy/comparators_spec.lua
@@ -1,8 +1,10 @@
-- " Test for expression comparators.
-local helpers = require('test.functional.helpers')(after_each)
-local clear, eq = helpers.clear, helpers.eq
-local eval, command = helpers.eval, helpers.command
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear, eq = n.clear, t.eq
+local eval, command = n.eval, n.command
describe('comparators', function()
before_each(clear)