summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-03-08 19:41:06 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-03-08 19:41:06 +0800
commit256b37771a9203ab0c27d5690e35d9a1f9185465 (patch)
treeffe9fda7167f17099dd3bdcfa27ec5c4e51dadca /test.lua
parentdd7317a907b88cb102f45535ef19d67b47564c7f (diff)
downloadlua-language-server-256b37771a9203ab0c27d5690e35d9a1f9185465.zip
update
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 ab6091d1..c22bd18c 100644
--- a/test.lua
+++ b/test.lua
@@ -52,8 +52,8 @@ end
local function testAll()
test 'basic'
test 'definition'
- test 'references'
test 'type_inference'
+ test 'references'
test 'hover'
test 'completion'
test 'crossfile'