summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-02-10 16:10:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-02-10 16:10:56 +0800
commite81e3400f29bf310e05afb9305a2cfa1c3271873 (patch)
tree263fd3cc9c000e04045b293db2256ab7213a57c1 /test.lua
parentf335c413a409c1f03e379d7d5e1d5b377d378a0f (diff)
downloadlua-language-server-e81e3400f29bf310e05afb9305a2cfa1c3271873.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 42b0d129..8a343f70 100644
--- a/test.lua
+++ b/test.lua
@@ -51,8 +51,8 @@ end
local function testAll()
test 'basic'
- test 'references'
test 'definition'
+ test 'references'
test 'type_inference'
test 'hover'
test 'completion'