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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/095_regexp_multibyte_spec.lua b/test/functional/legacy/095_regexp_multibyte_spec.lua
index fad0dc8023..25524721ab 100644
--- a/test/functional/legacy/095_regexp_multibyte_spec.lua
+++ b/test/functional/legacy/095_regexp_multibyte_spec.lua
@@ -3,9 +3,9 @@
-- A pattern that gives the expected result produces OK, so that we know it was
-- actually tried.
-local helpers = require('test.functional.helpers')(after_each)
-local insert, source = helpers.insert, helpers.source
-local clear, expect = helpers.clear, helpers.expect
+local t = require('test.functional.testutil')(after_each)
+local insert, source = t.insert, t.source
+local clear, expect = t.clear, t.expect
describe('regex with multi-byte', function()
setup(clear)