aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/tabpage_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-06 01:13:39 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-06 01:13:39 -0400
commit4682b21ef2a85949dc781410997c169a169402cb (patch)
treead2fb4b2775cd07150f74c383c8344dfffc4c314 /test/functional/api/tabpage_spec.lua
parent86eb339120d630aa5a4ab977d875b8acc701593c (diff)
parent360d0513d1ba2d6e2b8948daad5bb56f11db7070 (diff)
downloadrneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.gz
rneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.bz2
rneovim-4682b21ef2a85949dc781410997c169a169402cb.zip
Merge pull request #4654 from KillTheMule/testlint
Satisfy testlint.
Diffstat (limited to 'test/functional/api/tabpage_spec.lua')
-rw-r--r--test/functional/api/tabpage_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/tabpage_spec.lua b/test/functional/api/tabpage_spec.lua
index 0f59bbea7b..c782107714 100644
--- a/test/functional/api/tabpage_spec.lua
+++ b/test/functional/api/tabpage_spec.lua
@@ -3,7 +3,6 @@ local helpers = require('test.functional.helpers')
local clear, nvim, tabpage, curtab, eq, ok =
helpers.clear, helpers.nvim, helpers.tabpage, helpers.curtab, helpers.eq,
helpers.ok
-local wait = helpers.wait
local curtabmeths = helpers.curtabmeths
local funcs = helpers.funcs