diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-05 19:07:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-05 19:07:58 +0800 |
commit | 58d70844d53cd4732abae39da4b2098ae81d2415 (patch) | |
tree | 024293cb16c36ca5d0fa9df4aa7890b6ca479746 /test/full | |
parent | 69535cdadc0e7c8a3f7310aec096e135ae83611b (diff) | |
download | lua-language-server-58d70844d53cd4732abae39da4b2098ae81d2415.zip |
cleanup
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/example.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua index 38e649eb..5596233e 100644 --- a/test/full/example.lua +++ b/test/full/example.lua @@ -29,7 +29,6 @@ local function testIfExit(path) local luadocPassed = os.clock() - luadocStart local passed = os.clock() - clock local noderStart = os.clock() - noder.compileNodes(vm.ast) local noderPassed = os.clock() - noderStart parseClock = parseClock + vm.parseClock compileClock = compileClock + vm.compileClock |