diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-12 17:24:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-12 17:24:19 +0800 |
commit | 8d112ba2f517e9ca6cf4146c16d713f8d7eabd03 (patch) | |
tree | 0223cc006bb1debb51ba9a6714863f084a1e1639 /server/test/main.lua | |
parent | 3b48f52ca21700f928e3e463736e280f46b2a2c7 (diff) | |
download | lua-language-server-8d112ba2f517e9ca6cf4146c16d713f8d7eabd03.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 67e2da0a..f6b1cede 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -26,7 +26,7 @@ local function main() test 'vm' test 'definition' test 'diagnostics' - test 'type_inference' + --test 'type_inference' test 'find_lib' print('测试完成') |