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 7be3498f..6c8327f5 100644
--- a/test.lua
+++ b/test.lua
@@ -65,6 +65,7 @@ local function testAll()
test 'references'
test 'definition'
test 'type_inference'
+ test 'crossfile'
test 'diagnostics'
test 'highlight'
test 'rename'
@@ -74,7 +75,6 @@ local function testAll()
test 'document_symbol'
test 'code_action'
test 'type_formatting'
- test 'crossfile'
--test 'other'
end