aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillTheMule <github@pipsfrank.de>2016-06-05 14:26:47 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-06-05 08:26:47 -0400
commit999590b313ef32ca29c4ddba20c5b719730ee7ff (patch)
tree7a4148fa46482fd8fa379712cade7594fe086250
parentd97a97d7e8be3e5db4bc32f65b6b334cc594ee7c (diff)
downloadrneovim-999590b313ef32ca29c4ddba20c5b719730ee7ff.tar.gz
rneovim-999590b313ef32ca29c4ddba20c5b719730ee7ff.tar.bz2
rneovim-999590b313ef32ca29c4ddba20c5b719730ee7ff.zip
Testlint. (#4881)
-rw-r--r--test/functional/legacy/010_errorformat_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/010_errorformat_spec.lua b/test/functional/legacy/010_errorformat_spec.lua
index f427204f82..40f177e658 100644
--- a/test/functional/legacy/010_errorformat_spec.lua
+++ b/test/functional/legacy/010_errorformat_spec.lua
@@ -2,8 +2,8 @@
-- disabled.
local helpers = require('test.functional.helpers')
-local feed, insert, source = helpers.feed, helpers.insert, helpers.source
-local clear, execute, expect, write_file = helpers.clear, helpers.execute, helpers.expect, helpers.write_file
+local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
+local expect, write_file = helpers.expect, helpers.write_file
describe('errorformat', function()
setup(function()