diff options
author | fesily <fesil@foxmail.com> | 2023-05-10 09:36:33 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2023-05-10 09:36:33 +0800 |
commit | 9a5e61eedd082d5d07e58b5e4da54062d44c8c23 (patch) | |
tree | f6036604e7fd194f957ce011a39b1b85b92911fb /test.lua | |
parent | d7e59826b5dec2d6f4b9ba59f6d64af42c078edd (diff) | |
download | lua-language-server-9a5e61eedd082d5d07e58b5e4da54062d44c8c23.zip |
ffi support
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ local function main() test 'tclient' test 'full' + test 'ffi' end loadAllLibs() |