summaryrefslogtreecommitdiff
path: root/test-beta/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-02 20:51:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-02 20:51:42 +0800
commitd2555c83e1e4338f52a740cbd163fed043219888 (patch)
tree1fa03cf6ae92594d2fbb7cf9ce11ad2e40612da8 /test-beta/full
parentededf909f340f582195ba2f88b85787fa3142be1 (diff)
downloadlua-language-server-d2555c83e1e4338f52a740cbd163fed043219888.zip
分步给出诊断结果
Diffstat (limited to 'test-beta/full')
-rw-r--r--test-beta/full/example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta/full/example.lua b/test-beta/full/example.lua
index 4abfe1b9..e409b4b2 100644
--- a/test-beta/full/example.lua
+++ b/test-beta/full/example.lua
@@ -31,7 +31,7 @@ local function testIfExit(path)
for i = 1, max do
files.removeAll()
files.setText('', buf)
- diag('')
+ diag('', function () end)
local passed = os.clock() - clock
if passed >= 1.0 or i == max then
need = passed / i