summaryrefslogtreecommitdiff
path: root/server/test/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-12 17:24:19 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-12 17:24:19 +0800
commit8d112ba2f517e9ca6cf4146c16d713f8d7eabd03 (patch)
tree0223cc006bb1debb51ba9a6714863f084a1e1639 /server/test/main.lua
parent3b48f52ca21700f928e3e463736e280f46b2a2c7 (diff)
downloadlua-language-server-8d112ba2f517e9ca6cf4146c16d713f8d7eabd03.zip
优化性能
Diffstat (limited to 'server/test/main.lua')
-rw-r--r--server/test/main.lua2
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('测试完成')