aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/095_regexp_multibyte_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/095_regexp_multibyte_spec.lua')
-rw-r--r--test/functional/legacy/095_regexp_multibyte_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/095_regexp_multibyte_spec.lua b/test/functional/legacy/095_regexp_multibyte_spec.lua
index a80a247612..845ebaaad7 100644
--- a/test/functional/legacy/095_regexp_multibyte_spec.lua
+++ b/test/functional/legacy/095_regexp_multibyte_spec.lua
@@ -3,7 +3,7 @@
-- A pattern that gives the expected result produces OK, so that we know it was
-- actually tried.
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local insert, source = helpers.insert, helpers.source
local clear, expect = helpers.clear, helpers.expect