diff options
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 |