summaryrefslogtreecommitdiff
path: root/server/test/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/main.lua')
-rw-r--r--server/test/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/main.lua b/server/test/main.lua
index f6ba8466..07ea9ebb 100644
--- a/server/test/main.lua
+++ b/server/test/main.lua
@@ -25,7 +25,6 @@ local function main()
end
test 'core'
- test 'full'
test 'definition'
test 'rename'
test 'references'
@@ -37,6 +36,7 @@ local function main()
test 'signature'
test 'document_symbol'
test 'crossfile'
+ test 'full'
print('测试完成')
end