diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-29 13:02:06 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-29 13:02:06 -0500 |
| commit | 0098947a8161f4d832bffae34ac7a0b0a5341312 (patch) | |
| tree | fc5ad3bedae39f6de508c5b263100fd235e86bf9 | |
| parent | 9a93417ae21ddd11037505f58ad793aebea8644a (diff) | |
| download | nimterop-timeit.tar.gz nimterop-timeit.zip | |
Fix timeit ret for osxtimeit
| -rw-r--r-- | tests/timeit.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timeit.nim b/tests/timeit.nim index b448191..cf9417f 100644 --- a/tests/timeit.nim +++ b/tests/timeit.nim @@ -26,4 +26,4 @@ when isMainModule: echo outp writeFile(outf, outd & outp) - quit(ret)
\ No newline at end of file + quit(ret mod 255) |
