diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-28 16:38:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-28 16:38:45 +0800 |
commit | 205410eb498128124a2f79bd4a7af3a173538fba (patch) | |
tree | 21fce65df324d4cb8e86d6c4b8b22adda4044014 /test/hover/init.lua | |
parent | 72bcea451fa89ac14e6e89442fe250c89017d212 (diff) | |
download | lua-language-server-205410eb498128124a2f79bd4a7af3a173538fba.zip |
fix test
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index bb1d02c3..c5d8a7fc 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -817,9 +817,9 @@ global _G: _G { loadstring: function, math: mathlib, module: function, + newproxy: function, next: function, - os: oslib, - ...(+21) + ...(+22) } ]] |