diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-10 12:14:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-10 12:14:44 +0800 |
commit | 3ecf1f3050877af26f65cf54ba2c252a84eebb26 (patch) | |
tree | 7757fe162dd61d1f08387f9942d7502c3d661d4b /server/test | |
parent | 603517f930aade8c4a78875db8611c5e738aa6c7 (diff) | |
download | lua-language-server-3ecf1f3050877af26f65cf54ba2c252a84eebb26.zip |
Revert "findLib改个名"
This reverts commit 603517f930aade8c4a78875db8611c5e738aa6c7.
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/find_lib/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/find_lib/init.lua b/server/test/find_lib/init.lua index ed71a17a..26dbc893 100644 --- a/server/test/find_lib/init.lua +++ b/server/test/find_lib/init.lua @@ -18,7 +18,7 @@ function TEST(fullkey) assert(result.type == 'var') local var = result.var assert(var) - local _, name = matcher.findLibFull(var) + local _, name = matcher.findLib(var) assert(name == fullkey) end end |