diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 20:18:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 20:18:34 +0800 |
commit | 21d6c1161052c8fca442b7154224c3795e5953e6 (patch) | |
tree | 7b42d37375e816f362d6246e6be4bf2b28229cdb /make/unittest.lua | |
parent | a81ac792c149878dc5126dcf111741c9181d9657 (diff) | |
download | lua-language-server-21d6c1161052c8fca442b7154224c3795e5953e6.zip |
测试4
Diffstat (limited to 'make/unittest.lua')
-rw-r--r-- | make/unittest.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/unittest.lua b/make/unittest.lua index d2644725..a501d2aa 100644 --- a/make/unittest.lua +++ b/make/unittest.lua @@ -14,9 +14,7 @@ local process = assert(sp.spawn { for line in process.stdout:lines 'l' do print(line) - error(line) end -error('测试') process:wait() local err = process.stderr:read 'a' if err ~= '' then |