aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/043_magic_settings_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/043_magic_settings_spec.lua')
-rw-r--r--test/functional/legacy/043_magic_settings_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/043_magic_settings_spec.lua b/test/functional/legacy/043_magic_settings_spec.lua
index a88ccc2b42..c45c8ac6ee 100644
--- a/test/functional/legacy/043_magic_settings_spec.lua
+++ b/test/functional/legacy/043_magic_settings_spec.lua
@@ -1,8 +1,8 @@
-- Tests for regexp with various magic settings.
-local helpers = require('test.functional.helpers')(after_each)
-local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
-local feed_command, expect = helpers.feed_command, helpers.expect
+local t = require('test.functional.testutil')(after_each)
+local clear, feed, insert = t.clear, t.feed, t.insert
+local feed_command, expect = t.feed_command, t.expect
describe('regexp with magic settings', function()
setup(clear)