aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/glob2regpat_spec.lua
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-02-02 20:23:12 +0100
committerMarco Hinz <mh.codebro@gmail.com>2016-02-02 20:23:12 +0100
commit3d15cab29d2dc2448066e6b839a04d88859ab0db (patch)
treeb2623b7884399451bd0687cff17d2330c9ddc638 /test/functional/legacy/glob2regpat_spec.lua
parent5308585adf8140e232602c96e22909371736d826 (diff)
downloadrneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.gz
rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.bz2
rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.zip
Tests: fix according to lualint
Diffstat (limited to 'test/functional/legacy/glob2regpat_spec.lua')
-rw-r--r--test/functional/legacy/glob2regpat_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/glob2regpat_spec.lua b/test/functional/legacy/glob2regpat_spec.lua
index 357128bcb6..0492143616 100644
--- a/test/functional/legacy/glob2regpat_spec.lua
+++ b/test/functional/legacy/glob2regpat_spec.lua
@@ -1,7 +1,7 @@
-- Tests for signs
local helpers = require('test.functional.helpers')
-local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
+local clear, execute = helpers.clear, helpers.execute
local eq, neq, eval = helpers.eq, helpers.neq, helpers.eval
describe('glob2regpat()', function()