diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-21 18:07:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-21 18:07:47 +0800 |
commit | d4b7f8e774ffea6abc5050fd61c2d1b5a033437c (patch) | |
tree | 1783b5ddf2d447cbe4083ff2894e981bcdd7eed9 /test/basic | |
parent | 6a83c3aabf00300ca9742a1f207fe249e443fa6e (diff) | |
download | lua-language-server-d4b7f8e774ffea6abc5050fd61c2d1b5a033437c.zip |
stash
Diffstat (limited to 'test/basic')
-rw-r--r-- | test/basic/linker.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/basic/linker.lua b/test/basic/linker.lua index 0b01f441..14894aaf 100644 --- a/test/basic/linker.lua +++ b/test/basic/linker.lua @@ -112,12 +112,10 @@ TEST [[ id = 't|1|"x"', } -CARE['freturn'] = true TEST [[ return <?X?> ]] { id = 'g|"X"', - freturn = 0, } TEST [[ |