diff options
author | ZyX <kp-pav@yandex.ru> | 2018-04-22 20:32:25 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2018-04-22 20:32:25 +0300 |
commit | 03c2844b539179b918d7128ac78e6d42af613f2d (patch) | |
tree | 309ac5a6e6aad7ef48761b02081bb8fb80ebce35 | |
parent | 4bab9d34e6ec8801d36e2c8594d2122fc45e8db2 (diff) | |
download | rneovim-03c2844b539179b918d7128ac78e6d42af613f2d.tar.gz rneovim-03c2844b539179b918d7128ac78e6d42af613f2d.tar.bz2 rneovim-03c2844b539179b918d7128ac78e6d42af613f2d.zip |
functests: Fix testlint errors
-rw-r--r-- | test/functional/eval/uniq_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/eval/uniq_spec.lua b/test/functional/eval/uniq_spec.lua index 5217034d81..0e7a013e32 100644 --- a/test/functional/eval/uniq_spec.lua +++ b/test/functional/eval/uniq_spec.lua @@ -1,11 +1,8 @@ local helpers = require('test.functional.helpers')(after_each) local eq = helpers.eq -local NIL = helpers.NIL -local eval = helpers.eval local clear = helpers.clear local meths = helpers.meths -local funcs = helpers.funcs local command = helpers.command local exc_exec = helpers.exc_exec local redir_exec = helpers.redir_exec |