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 6c8327f5..3160651d 100644
--- a/test.lua
+++ b/test.lua
@@ -65,11 +65,11 @@ local function testAll()
test 'references'
test 'definition'
test 'type_inference'
+ test 'hover'
test 'crossfile'
test 'diagnostics'
test 'highlight'
test 'rename'
- test 'hover'
test 'completion'
test 'signature'
test 'document_symbol'