diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 10:17:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 10:17:09 +0800 |
commit | 6597f469276880db153b301da3daf7a79bd2f98e (patch) | |
tree | f692703e0d5eec6fa2aab06d6a7d2d711228b0d5 /test/completion | |
parent | 5fafca581ed16986f8f6244a613d20897b74872c (diff) | |
download | lua-language-server-6597f469276880db153b301da3daf7a79bd2f98e.zip |
fix #263 fix test failure in Linux and macOS
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/completion/init.lua b/test/completion/init.lua index b5eac60b..b117e4d8 100644 --- a/test/completion/init.lua +++ b/test/completion/init.lua @@ -1236,10 +1236,12 @@ loadstring$ { label = 'loadstring', kind = define.CompletionItemKind.Function, + deprecated = true, }, { label = 'loadstring()', kind = define.CompletionItemKind.Snippet, + deprecated = true, }, } |