diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-11 11:40:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-11 11:40:34 +0800 |
commit | 640af7afcbd35cb0115d742408f9b9cb01b90fbb (patch) | |
tree | 89fb5b6f1a2b99b18b0a0cdbdab918866cd1fcad /server/test | |
parent | 9856a4045b270b189e5586b8b0d6e6fc8139c964 (diff) | |
download | lua-language-server-640af7afcbd35cb0115d742408f9b9cb01b90fbb.zip |
整理代码
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/definition/init.lua | 1 | ||||
-rw-r--r-- | server/test/main.lua | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/server/test/definition/init.lua b/server/test/definition/init.lua index 8bbaf65f..11a79391 100644 --- a/server/test/definition/init.lua +++ b/server/test/definition/init.lua @@ -49,7 +49,6 @@ function TEST(script) assert(ast) local results = matcher.compile(ast) assert(results) - matcher.typeInference(results) local result = matcher.definition(results, pos) if result then diff --git a/server/test/main.lua b/server/test/main.lua index 5b372421..80bfea76 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -24,7 +24,7 @@ local function main() end test 'compile' - test 'type_inference' + --test 'type_inference' test 'definition' test 'find_lib' test 'vm' |