unittests: Fix linter errors

This commit is contained in:
ZyX
2017-01-03 23:58:12 +03:00
parent 136b382e64
commit 3c64b814d2
2 changed files with 5 additions and 6 deletions

View File

@@ -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)))