From 360d0513d1ba2d6e2b8948daad5bb56f11db7070 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Tue, 26 Apr 2016 21:14:33 +0200 Subject: Satisfy testlint. For that, make luatest ignore the preload.lua files. --- test/functional/api/tabpage_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/api/tabpage_spec.lua') 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 -- cgit