From 4a69e55f390fcbd5e3d6c88c882c0b921c9b6f87 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 17 Nov 2015 22:44:00 +0100 Subject: test/functional: clean up according to luacheck (part 1) --- test/functional/legacy/qf_title_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/legacy/qf_title_spec.lua') diff --git a/test/functional/legacy/qf_title_spec.lua b/test/functional/legacy/qf_title_spec.lua index aa005117be..01c781cc05 100644 --- a/test/functional/legacy/qf_title_spec.lua +++ b/test/functional/legacy/qf_title_spec.lua @@ -1,8 +1,8 @@ -- Tests for quickfix window's title 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 insert, source = helpers.insert, helpers.source +local clear, expect = helpers.clear, helpers.expect describe('qf_title', function() setup(clear) -- cgit