diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-11 11:16:40 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-11 11:16:40 +0800 |
commit | f34e6c5ff4ed205881db18049c4a3db542c90b6b (patch) | |
tree | d66fe9de16d75cc429fe07d94200d8414510f6a0 /server/test/main.lua | |
parent | ad2c91920ffff70e5a74e0e1ba7a7d34d9669257 (diff) | |
download | lua-language-server-f34e6c5ff4ed205881db18049c4a3db542c90b6b.zip |
references的测试
Diffstat (limited to 'server/test/main.lua')
-rw-r--r-- | server/test/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test/main.lua b/server/test/main.lua index e6fdcbe2..f6ba8466 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -28,6 +28,7 @@ local function main() test 'full' test 'definition' test 'rename' + test 'references' test 'diagnostics' test 'type_inference' test 'find_lib' |