summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,