diff options
author | fesily <fesil@foxmail.com> | 2023-05-12 17:02:13 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2023-05-12 17:02:13 +0800 |
commit | 536571a7dca73f1137fe137f8020b699548c5a36 (patch) | |
tree | 747a976c9f9701f6934e83450c5015ef2874661b | |
parent | fa53625afa83db6f81c136a510dfca16e53f98e0 (diff) | |
download | lua-language-server-536571a7dca73f1137fe137f8020b699548c5a36.zip |
fix test
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ local function main() test 'tclient' test 'full' - test 'ffi' + test 'plugin.ffi.test' end loadAllLibs() |