aboutsummaryrefslogtreecommitdiff
path: root/test/unit/api/private_helpers_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-01-03 23:58:12 +0300
committerZyX <kp-pav@yandex.ru>2017-01-03 23:58:12 +0300
commit3c64b814d23e697dba873ef5c2854e305c48eec0 (patch)
tree34e04216b4d61c52151d56675d48e8c9708e1546 /test/unit/api/private_helpers_spec.lua
parent136b382e64390bf3129a7cd127b7704c983ec300 (diff)
downloadrneovim-3c64b814d23e697dba873ef5c2854e305c48eec0.tar.gz
rneovim-3c64b814d23e697dba873ef5c2854e305c48eec0.tar.bz2
rneovim-3c64b814d23e697dba873ef5c2854e305c48eec0.zip
unittests: Fix linter errors
Diffstat (limited to 'test/unit/api/private_helpers_spec.lua')
-rw-r--r--test/unit/api/private_helpers_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/api/private_helpers_spec.lua b/test/unit/api/private_helpers_spec.lua
index e108d46370..8c54ea6a2a 100644
--- a/test/unit/api/private_helpers_spec.lua
+++ b/test/unit/api/private_helpers_spec.lua
@@ -98,7 +98,6 @@ describe('vim_to_object', function()
},
{},
}
- local ffi=require'ffi'
local list = lua2typvalt(llist)
eq(llist, typvalt2lua(list))
eq({nil_value, {}}, obj2lua(api.vim_to_object(list)))