diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-12 10:33:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-12 10:33:58 +0800 |
commit | f3b64a19f9558cada90ccc2f885bf44fef2e1d7e (patch) | |
tree | 9c7f88fd1b6b53035126c959857ef6ac3bd4e1b9 /server/test | |
parent | c7611a41f655116b1526ead077686e7de6a2d9c6 (diff) | |
download | lua-language-server-f3b64a19f9558cada90ccc2f885bf44fef2e1d7e.zip |
优化
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/full/example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/full/example.lua b/server/test/full/example.lua index 321f3bc7..90eff536 100644 --- a/server/test/full/example.lua +++ b/server/test/full/example.lua @@ -13,4 +13,4 @@ local function testIfExit(path) print('基准测试耗时:', os.clock() - clock) end end ---testIfExit(ROOT / 'test' / 'example' / 'vm.lua') +testIfExit(ROOT / 'test' / 'example' / 'vm.lua') |