summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-04 19:08:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-04 19:08:22 +0800
commitc1d6c566cd2a99f0bbc659a5dec3a55c0c697a5c (patch)
treefc3e79909c97839bc0bf75103173f126d1732b58 /test.lua
parentd48a3f650a875515874e9b8c722fc6dae07a2dd0 (diff)
downloadlua-language-server-c1d6c566cd2a99f0bbc659a5dec3a55c0c697a5c.zip
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index d9f8b957..ca307983 100644
--- a/test.lua
+++ b/test.lua
@@ -91,7 +91,7 @@ local function main()
--config.Lua.intelliSense.searchDepth = 5
--loadDocMetas()
- --test 'full'
+ test 'full';do return end
require 'bee.platform'.OS = 'Windows'
testAll()