summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-17 12:35:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-17 12:35:46 +0800
commit8155ec4edbd3084e49562e723bfa83e73224d7e0 (patch)
treea0135bbadcb279fb87df456fd528f56488d14dac
parentd3e25094e63318676ae198ce259fad73a68c21c8 (diff)
downloadlua-language-server-8155ec4edbd3084e49562e723bfa83e73224d7e0.zip
先加载耗时的功能
-rw-r--r--server/test/main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/test/main.lua b/server/test/main.lua
index 82828714..c866b7a5 100644
--- a/server/test/main.lua
+++ b/server/test/main.lua
@@ -23,6 +23,8 @@ local function main()
print(('测试[%s]用时[%.3f]'):format(name, os.clock() - clock))
end
+ test 'matcher'
+
test 'vm'
test 'definition'
test 'diagnostics'