shithub: mc

Download patch

ref: 55f902cc327c45e15fba898fcc004f01a2f187e3
parent: 58ace77cc4b17d32fe0cf3904ffd57b4b1afe4b4
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Sep 29 07:06:16 EDT 2015

Remove spare argument from test.

--- a/test/fncast.myr
+++ b/test/fncast.myr
@@ -11,6 +11,6 @@
 	}
 	ptr = fn castto(byte#)
 	ptr = envfn castto(byte#)
-	std.put("ok\n", ptr)
+	std.put("ok\n")
 }