aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/eval')
-rw-r--r--test/functional/eval/function_spec.lua1
-rw-r--r--test/functional/eval/server_spec.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/eval/function_spec.lua b/test/functional/eval/function_spec.lua
index 1a86576fde..776e760aaf 100644
--- a/test/functional/eval/function_spec.lua
+++ b/test/functional/eval/function_spec.lua
@@ -1,5 +1,4 @@
local helpers = require('test.functional.helpers')(after_each)
-local unpack = table.unpack or unpack -- luacheck: ignore
local clear = helpers.clear
local eq = helpers.eq
diff --git a/test/functional/eval/server_spec.lua b/test/functional/eval/server_spec.lua
index 8a0831bba1..563e619b39 100644
--- a/test/functional/eval/server_spec.lua
+++ b/test/functional/eval/server_spec.lua
@@ -6,7 +6,6 @@ local iswin = helpers.iswin
local ok = helpers.ok
local matches = helpers.matches
local expect_err = helpers.expect_err
-local unpack = table.unpack or unpack -- luacheck: ignore
local function clear_serverlist()
for _, server in pairs(funcs.serverlist()) do