Author: bernhard
Date: Mon Mar 13 12:18:30 2006
New Revision: 11891
Modified:
trunk/t/compilers/tge/basic.t
Log:
Add failing test in r11890 under Linux.
Boiled down from code generated by Parrot bc.
Modified: trunk/t/compilers/tge/basic.t
==============================================================================
--- trunk/t/compilers/tge/basic.t (original)
+++ trunk/t/compilers/tge/basic.t Mon Mar 13 12:18:30 2006
@@ -76,6 +76,17 @@
OUT
+pir_output_is(<<'CODE', <<'OUT', '"Malformed string" in r11890 under Linux
i386');
+
+.sub test
+ load_bytecode "languages/punie/lib/PAST.pir"
+ load_bytecode "TGE.pbc"
+ print "1\n"
+.end
+CODE
+1
+OUT
+
## remember to change the number of tests :-)
-BEGIN { plan tests => 2; }
+BEGIN { plan tests => 3; }