diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-11 19:48:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-11 19:48:00 +0800 |
commit | 10a999ff48d18737be710c1308d829b27f9487ae (patch) | |
tree | 6b5240d985e6b2cb9592c80d04a3c41c21e6d025 /test.lua | |
parent | d587d5c381c9cf8c59fb6aa0caf26fc7288ed550 (diff) | |
download | lua-language-server-10a999ff48d18737be710c1308d829b27f9487ae.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ local function main() --config.config.intelliSense.searchDepth = 5 loadDocMetas() + test 'full' + require 'bee.platform'.OS = 'Windows' testAll() require 'bee.platform'.OS = 'Linux' |