summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 20:07:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 20:07:34 +0800
commitecb7a8362dbc4270371b732fde40de548ad7d100 (patch)
treee5fcd92a921bf3d6fc1dc3a54deb6b87c329b4cc /make
parent1e2933893963973e8e7bbe5745261c3c47d13004 (diff)
downloadlua-language-server-ecb7a8362dbc4270371b732fde40de548ad7d100.zip
测试
Diffstat (limited to 'make')
-rw-r--r--make/unittest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/unittest.lua b/make/unittest.lua
index a3daa254..1c0daba5 100644
--- a/make/unittest.lua
+++ b/make/unittest.lua
@@ -3,6 +3,7 @@ local fs = require 'bee.filesystem'
local sp = require 'bee.subprocess'
local exe = platform == 'msvc' and ".exe" or ""
+error('测试')
local CWD = fs.current_path()
local process = assert(sp.spawn {