ref: c0192155d8e843ab3355a564ed97537d0ede00a6
parent: bf99f35f97bc7593237df154f7ae19c16f3e215c
author: Ori Bernstein <[email protected]>
date: Mon Dec 3 15:29:59 EST 2012
Add new test, disable broken one. - catfile loops infinitely. I need to fix this. - slalloc is a useful test.
--- /dev/null
+++ b/test/slalloc.myr
@@ -1,0 +1,8 @@
+use std
+
+const main = {
+ var sl : int[:]
+
+ sl = std.slalloc(123)
+ -> sl.len
+}
--- a/test/tests
+++ b/test/tests
@@ -32,6 +32,7 @@
B structasn E 42
B structarray E 42
B structret E 42
+B slalloc E 123
B neststruct E 3
B array E 7
B arrayaddr E 42
@@ -73,7 +74,7 @@
B tuple E 42
B tyrec E 42
B helloworld P Hello-世界
-B catfile P Hello-世界
+#B catfile P Hello-世界
B encodechar P 1世界äa
F declmismatch
F infermismatch