summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 09:40:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 09:40:21 +0800
commita3a5dd6f8287405a62b3c9436fe51cf4f488fbcc (patch)
tree3f16d5277d3e3d1e93df6e27ef3ec6d87a6363e0 /make
parentd7133a9374a53b8e0a525ba71c3f7169c0b06a27 (diff)
downloadlua-language-server-a3a5dd6f8287405a62b3c9436fe51cf4f488fbcc.zip
测试
Diffstat (limited to 'make')
-rw-r--r--make/unittest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unittest.lua b/make/unittest.lua
index a3daa254..a619cf9d 100644
--- a/make/unittest.lua
+++ b/make/unittest.lua
@@ -12,7 +12,7 @@ local process = assert(sp.spawn {
stdout = true,
stderr = true,
})
-
+error('故意失败')
for line in process.stdout:lines 'l' do
print(line)
end