summaryrefslogtreecommitdiff
path: root/test-beta.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-12-18 22:59:29 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-12-18 22:59:29 +0800
commit583e9543f024e7f9b395599846194429bfc38a9c (patch)
tree2735eb8ed1e9cd486be27400f2cabedf77fa8e0d /test-beta.lua
parent354989177fb38c9d550044ec7ef11a6f4a36f9c9 (diff)
downloadlua-language-server-583e9543f024e7f9b395599846194429bfc38a9c.zip
更新 completion
Diffstat (limited to 'test-beta.lua')
-rw-r--r--test-beta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta.lua b/test-beta.lua
index cf9f9ea3..ccd5c681 100644
--- a/test-beta.lua
+++ b/test-beta.lua
@@ -43,7 +43,7 @@ local function main()
test 'rename'
test 'type_inference'
test 'hover'
- --test 'completion'
+ test 'completion'
--test 'signature'
--test 'document_symbol'
test 'crossfile'