diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-10 12:08:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-10 12:08:55 +0800 |
commit | 603517f930aade8c4a78875db8611c5e738aa6c7 (patch) | |
tree | 80af536c69c3d5cd2276f414bc5ea80d7f8fbfba /server/test | |
parent | 6aa19b14e48d5c81af0cda08362a975392a45565 (diff) | |
download | lua-language-server-603517f930aade8c4a78875db8611c5e738aa6c7.zip |
findLib改个名
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 26dbc893..ed71a17a 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.findLib(var) + local _, name = matcher.findLibFull(var) assert(name == fullkey) end end |