summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-12 16:52:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-12 16:52:03 +0800
commit2c6db7286b64e8ff59b3d36e7898211c4633fc7f (patch)
tree9b4add72605d04970f31059be6793c9ccef98838
parent5a61b45149be1ecaaa71baac3299180916566574 (diff)
downloadlua-language-server-2c6db7286b64e8ff59b3d36e7898211c4633fc7f.zip
pass tests
-rw-r--r--test/hover/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 893d8698..0a05e1cc 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -799,7 +799,7 @@ TEST [[
global _G: _G {
_G: _G,
_VERSION: string = "Lua 5.4",
- arg: table,
+ arg: string[],
assert: function,
collectgarbage: function,
coroutine: coroutinelib,