diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-20 15:38:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-20 15:38:37 +0800 |
commit | 6df0f180687cc1e9d7589281c1ca37659145f508 (patch) | |
tree | 61606a2f12c26bf7f6543fbce4f7aeff502ec659 /test/basic | |
parent | 8df10264e72db662d68b77855f99fa886217f74a (diff) | |
download | lua-language-server-6df0f180687cc1e9d7589281c1ca37659145f508.zip |
supports return
Diffstat (limited to 'test/basic')
-rw-r--r-- | test/basic/linker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic/linker.lua b/test/basic/linker.lua index d563fa4a..28292bd9 100644 --- a/test/basic/linker.lua +++ b/test/basic/linker.lua @@ -108,7 +108,7 @@ TEST [[ <?x?> = 1, } ]] { - id = 'l|1|"x"', + id = 't|1|"x"', } CARE['freturn'] = true |