aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/eval_spec.lua
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-02-02 20:23:12 +0100
committerMarco Hinz <mh.codebro@gmail.com>2016-02-02 20:23:12 +0100
commit3d15cab29d2dc2448066e6b839a04d88859ab0db (patch)
treeb2623b7884399451bd0687cff17d2330c9ddc638 /test/functional/legacy/eval_spec.lua
parent5308585adf8140e232602c96e22909371736d826 (diff)
downloadrneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.gz
rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.bz2
rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.zip
Tests: fix according to lualint
Diffstat (limited to 'test/functional/legacy/eval_spec.lua')
-rw-r--r--test/functional/legacy/eval_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/eval_spec.lua b/test/functional/legacy/eval_spec.lua
index 05cd73dbd4..1c81b47ed6 100644
--- a/test/functional/legacy/eval_spec.lua
+++ b/test/functional/legacy/eval_spec.lua
@@ -3,7 +3,7 @@
local helpers = require('test.functional.helpers')
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
-local eq, eval, wait, write_file = helpers.eq, helpers.eval, helpers.wait, helpers.write_file
+local eq, eval, write_file = helpers.eq, helpers.eval, helpers.write_file
local function has_clipboard()
clear()