summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-28 10:53:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-28 10:53:34 +0800
commitbea414d6baff2666030577311a6b6130ec3d9861 (patch)
treef1c93f19167018c5f1a37d610c18f6161b4933d3 /test/crossfile
parent584ecf336224c65e44e8b375919d676de5377f26 (diff)
downloadlua-language-server-bea414d6baff2666030577311a6b6130ec3d9861.zip
pass tests
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/diagnostic.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/crossfile/diagnostic.lua b/test/crossfile/diagnostic.lua
index adc2961f..7735f4c5 100644
--- a/test/crossfile/diagnostic.lua
+++ b/test/crossfile/diagnostic.lua
@@ -6,6 +6,7 @@ local platform = require 'bee.platform'
local catch = require 'catch'
config.get 'Lua.diagnostics.neededFileStatus'['deprecated'] = 'Any'
+config.get 'Lua.diagnostics.neededFileStatus'['type-check'] = 'Any'
rawset(_G, 'TEST', true)