diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 12:35:46 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 12:35:46 +0800 |
commit | 8155ec4edbd3084e49562e723bfa83e73224d7e0 (patch) | |
tree | a0135bbadcb279fb87df456fd528f56488d14dac /server/test | |
parent | d3e25094e63318676ae198ce259fad73a68c21c8 (diff) | |
download | lua-language-server-8155ec4edbd3084e49562e723bfa83e73224d7e0.zip |
先加载耗时的功能
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/main.lua | 2 |
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' |