diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-11 20:18:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-11 20:18:02 +0800 |
commit | 33bf4c53397253fa3ce643e88fcdd05faf005617 (patch) | |
tree | f56852cfc7fc47fa1e7730d286de3928ec6a58f7 /server/test/main.lua | |
parent | febe2ee50eb8f13063e0e2f04bd40bbf38073a30 (diff) | |
download | lua-language-server-33bf4c53397253fa3ce643e88fcdd05faf005617.zip |
整理代码
Diffstat (limited to 'server/test/main.lua')
-rw-r--r-- | server/test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/main.lua b/server/test/main.lua index c16346c9..c5f57ced 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -27,7 +27,7 @@ local function main() test 'compile' --test 'type_inference' test 'definition' - test 'find_lib' + --test 'find_lib' print('测试完成') end |