summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
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 3160651d..fe998a89 100644
--- a/test.lua
+++ b/test.lua
@@ -66,11 +66,11 @@ local function testAll()
test 'definition'
test 'type_inference'
test 'hover'
+ test 'completion'
test 'crossfile'
test 'diagnostics'
test 'highlight'
test 'rename'
- test 'completion'
test 'signature'
test 'document_symbol'
test 'code_action'