diff options
Diffstat (limited to 'bench/runner.myr')
-rw-r--r-- | bench/runner.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/runner.myr b/bench/runner.myr index 8ddc1de..a79c917 100644 --- a/bench/runner.myr +++ b/bench/runner.myr @@ -3,7 +3,7 @@ use std const Nsamp = 10 const main = {args : byte[:][:] - for a in args + for a : args time(a) ;; } |