aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/wundo_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ex_cmds/wundo_spec.lua')
-rw-r--r--test/functional/ex_cmds/wundo_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/wundo_spec.lua b/test/functional/ex_cmds/wundo_spec.lua
index c926ab98e5..03621205d7 100644
--- a/test/functional/ex_cmds/wundo_spec.lua
+++ b/test/functional/ex_cmds/wundo_spec.lua
@@ -1,6 +1,6 @@
-- Specs for :wundo and underlying functions
-local t = require('test.functional.testutil')(after_each)
+local t = require('test.functional.testutil')()
local command, clear, eval, spawn, nvim_prog, set_session =
t.command, t.clear, t.eval, t.spawn, t.nvim_prog, t.set_session