From 3d15cab29d2dc2448066e6b839a04d88859ab0db Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 2 Feb 2016 20:23:12 +0100 Subject: Tests: fix according to lualint --- test/functional/legacy/quickfix_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/functional/legacy/quickfix_spec.lua') diff --git a/test/functional/legacy/quickfix_spec.lua b/test/functional/legacy/quickfix_spec.lua index 7a9958b949..88f86815b3 100644 --- a/test/functional/legacy/quickfix_spec.lua +++ b/test/functional/legacy/quickfix_spec.lua @@ -1,8 +1,7 @@ -- Test for the quickfix commands. local helpers = require('test.functional.helpers') -local insert, source = helpers.insert, helpers.source -local clear, expect = helpers.clear, helpers.expect +local source, clear = helpers.source, helpers.clear describe('helpgrep', function() before_each(clear) -- cgit