aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/010_errorformat_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/010_errorformat_spec.lua')
-rw-r--r--test/functional/legacy/010_errorformat_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/010_errorformat_spec.lua b/test/functional/legacy/010_errorformat_spec.lua
index 40f177e658..785bf136b5 100644
--- a/test/functional/legacy/010_errorformat_spec.lua
+++ b/test/functional/legacy/010_errorformat_spec.lua
@@ -1,7 +1,7 @@
-- Test for 'errorformat'. This will fail if the quickfix feature was
-- disabled.
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
local expect, write_file = helpers.expect, helpers.write_file