aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/082_string_comparison_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/082_string_comparison_spec.lua')
-rw-r--r--test/functional/legacy/082_string_comparison_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/082_string_comparison_spec.lua b/test/functional/legacy/082_string_comparison_spec.lua
index 933c6c8fa3..d6f3c45e1f 100644
--- a/test/functional/legacy/082_string_comparison_spec.lua
+++ b/test/functional/legacy/082_string_comparison_spec.lua
@@ -1,7 +1,7 @@
-- Tests for case-insensitive UTF-8 comparisons (utf_strnicmp() in mbyte.c)
-- Also test "g~ap".
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, source = helpers.feed, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect