Fixed test for elapsed time

This commit is contained in:
iory 2020-04-17 18:31:12 +09:00 committed by Ram Rachum
parent 32183e0489
commit 57cec2b9af
5 changed files with 68 additions and 12 deletions

View file

@ -59,4 +59,5 @@ Starting var:.. x = 4
Return value:.. 24
20:28:17.876646 return 8 return mul(x, factorial(x - 1))
Return value:.. 24
Total elapsed time: 00:00:00.000651
'''