diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 16:02:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 16:02:47 +0800 |
commit | 66cec50a2ea00b82268f1006c2d11b3502a69db7 (patch) | |
tree | e729e8a057be96731edb37c698b86701cc76f045 /test | |
parent | 4051db5c13ea69feb97c17b3f7fa71cc85eb9224 (diff) | |
download | lua-language-server-66cec50a2ea00b82268f1006c2d11b3502a69db7.zip |
fix test
Diffstat (limited to 'test')
-rw-r--r-- | test/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index a738aab6..7ed794d1 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -814,7 +814,7 @@ global _G: _G { module: function, next: function, os: os*, - package: table, + package: package*, pairs: function, pcall: function, print: function, |