diff options
author | Ori Bernstein <ori@markovcorp.com> | 2017-07-17 15:30:01 -0700 |
---|---|---|
committer | Ori Bernstein <ori@markovcorp.com> | 2017-07-17 15:30:01 -0700 |
commit | 492aca3ff6f829ee09c52e17c86a808430ee7df4 (patch) | |
tree | f97424e14c9d3277c78ff53082daec725e1f4dcb /bench/runner.myr | |
parent | 11f79ed8ff75049f6b1866d70bc032c8d18b1463 (diff) | |
download | mc-492aca3ff6f829ee09c52e17c86a808430ee7df4.tar.gz |
Convert from `in` to `:`.
The winds of change are a-blowin.
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) ;; } |