summaryrefslogtreecommitdiff
path: root/test/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-02-02 19:43:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-02-02 19:43:14 +0800
commit236e20bce227ce9105db82794c340f348d71ea48 (patch)
tree078b5a1047a2fa3a7fb3f9815b5d076bee7744b1 /test/hover
parent5f7221b244abd064e404431dc39b18ffd62bc3aa (diff)
downloadlua-language-server-236e20bce227ce9105db82794c340f348d71ea48.zip
pass tests
Diffstat (limited to 'test/hover')
-rw-r--r--test/hover/init.lua2
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,