summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-30 13:27:26 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-30 13:27:26 +0800
commit26facefa5de1ed0c71071110535d86b1b5c2fc1c (patch)
treee7ff8ae5aeda3eaa5c05c1a347e4bd616b5e8f3e /test
parentcd42d1141cfa7352d97e0d66ab93f31772578a5d (diff)
downloadlua-language-server-26facefa5de1ed0c71071110535d86b1b5c2fc1c.zip
fix test
Diffstat (limited to 'test')
-rw-r--r--test/hover/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 4bfde29e..333234a6 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -807,6 +807,7 @@ global _G: _G {
getmetatable: function,
io: io*,
ipairs: function,
+ jit: jit*,
load: function,
loadfile: function,
loadstring: function,