diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-02 19:43:14 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-02 19:43:14 +0800 |
commit | 236e20bce227ce9105db82794c340f348d71ea48 (patch) | |
tree | 078b5a1047a2fa3a7fb3f9815b5d076bee7744b1 /test/hover | |
parent | 5f7221b244abd064e404431dc39b18ffd62bc3aa (diff) | |
download | lua-language-server-236e20bce227ce9105db82794c340f348d71ea48.zip |
pass tests
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 832ce50c..17406762 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -803,7 +803,6 @@ global _G: _G { _VERSION: string = "Lua 5.4", arg: table, assert: function, - bit32: bit32*, collectgarbage: function, coroutine: coroutine*, debug: debug*, @@ -813,7 +812,6 @@ global _G: _G { getmetatable: function, io: io*, ipairs: function, - jit: jit*, load: function, loadfile: function, loadstring: function, |