aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/luaeval_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/luaeval_spec.lua')
-rw-r--r--test/functional/lua/luaeval_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/luaeval_spec.lua b/test/functional/lua/luaeval_spec.lua
index 67d5da28a1..51be8798fb 100644
--- a/test/functional/lua/luaeval_spec.lua
+++ b/test/functional/lua/luaeval_spec.lua
@@ -1,5 +1,5 @@
-- Test suite for testing luaeval() function
-local t = require('test.functional.testutil')(after_each)
+local t = require('test.functional.testutil')()
local Screen = require('test.functional.ui.screen')
local pcall_err = t.pcall_err