aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua')
-rw-r--r--test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua
index 2a4c0149fa..4189e8a33a 100644
--- a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua
+++ b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua
@@ -3,7 +3,7 @@
--
-- This test contains both "test44" and "test99" from the old test suite.
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, insert = helpers.feed, helpers.insert
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect