Testlinting.

Missed in
fd3088b425
This commit is contained in:
KillTheMule
2016-05-07 13:22:58 +08:00
parent 0bfc1f33a0
commit cdc32e72f9

View File

@@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers')
local Screen = require('test.functional.ui.screen')
local clear, feed = helpers.clear, helpers.feed
local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq
local insert = helpers.insert
local execute, source, expect = helpers.execute, helpers.source, helpers.expect
describe('completion', function()