[svn:parrot] r42722 - trunk/t/compilers/imcc/syn

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 14:48:37 UTC 2009


Author: jkeenan
Date: Sat Nov 21 14:48:37 2009
New Revision: 42722
URL: https://trac.parrot.org/parrot/changeset/42722

Log:
Change RT reference to TT reference.

Modified:
   trunk/t/compilers/imcc/syn/clash.t

Modified: trunk/t/compilers/imcc/syn/clash.t
==============================================================================
--- trunk/t/compilers/imcc/syn/clash.t	Sat Nov 21 14:43:09 2009	(r42721)
+++ trunk/t/compilers/imcc/syn/clash.t	Sat Nov 21 14:48:37 2009	(r42722)
@@ -170,7 +170,7 @@
 ok
 OUT
 
-pir_error_output_like( <<'CODE', <<'OUTPUT', 'new with a native type, no string constant', todo => 'RT #51662 not done yet' );
+pir_error_output_like( <<'CODE', <<'OUTPUT', 'new with a native type, no string constant', todo => 'TT #1323 not done yet' );
 .sub test :main
         $P1 = new INTVAL
     print "never\n"


More information about the parrot-commits mailing list