diff options
Diffstat (limited to 'test/diagnostics/init.lua')
-rw-r--r-- | test/diagnostics/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/diagnostics/init.lua b/test/diagnostics/init.lua index 1b26c00b..687027b8 100644 --- a/test/diagnostics/init.lua +++ b/test/diagnostics/init.lua @@ -5,6 +5,7 @@ local util = require 'utility' local catch = require 'catch' config.get 'Lua.diagnostics.neededFileStatus'['deprecated'] = 'Any' +config.get 'Lua.diagnostics.neededFileStatus'['type-check'] = 'Any' rawset(_G, 'TEST', true) @@ -1208,4 +1209,4 @@ local function f(x, y) end f(true, true) -- OK f(0, 0) -- OK -]]
\ No newline at end of file +]] |