diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-09-29 11:06:16 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-09-29 11:06:16 -0700 |
commit | 55f902cc327c45e15fba898fcc004f01a2f187e3 (patch) | |
tree | c8017ca0daa632a4a488f69180342c03b5292f57 /test | |
parent | 58ace77cc4b17d32fe0cf3904ffd57b4b1afe4b4 (diff) | |
download | mc-55f902cc327c45e15fba898fcc004f01a2f187e3.tar.gz |
Remove spare argument from test.
Diffstat (limited to 'test')
-rw-r--r-- | test/fncast.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fncast.myr b/test/fncast.myr index 08b8d1e..374dfe1 100644 --- a/test/fncast.myr +++ b/test/fncast.myr @@ -11,6 +11,6 @@ const main = { } ptr = fn castto(byte#) ptr = envfn castto(byte#) - std.put("ok\n", ptr) + std.put("ok\n") } |