diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-30 13:27:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-30 13:27:26 +0800 |
commit | 26facefa5de1ed0c71071110535d86b1b5c2fc1c (patch) | |
tree | e7ff8ae5aeda3eaa5c05c1a347e4bd616b5e8f3e /test | |
parent | cd42d1141cfa7352d97e0d66ab93f31772578a5d (diff) | |
download | lua-language-server-26facefa5de1ed0c71071110535d86b1b5c2fc1c.zip |
fix test
Diffstat (limited to 'test')
-rw-r--r-- | test/hover/init.lua | 1 |
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, |