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

coke at svn.parrot.org coke at svn.parrot.org
Mon Sep 21 05:52:24 UTC 2009


Author: coke
Date: Mon Sep 21 05:52:19 2009
New Revision: 41392
URL: https://trac.parrot.org/parrot/changeset/41392

Log:
Migrate ticket from RT to TT.

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

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Mon Sep 21 04:08:42 2009	(r41391)
+++ trunk/t/compilers/imcc/syn/regressions.t	Mon Sep 21 05:52:19 2009	(r41392)
@@ -37,7 +37,7 @@
 ok 2 - caught div_n_nc_nc exception
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'comments before .param(RT #46499)');
+pir_output_is( <<'CODE', <<'OUT', 'comments before .param(TT #1035)');
 .sub main :main
   comments(1,2)
 .end
@@ -51,7 +51,7 @@
 hello
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'comments between .param(RT #46499)', todo => 'broken');
+pir_output_is( <<'CODE', <<'OUT', 'comments between .param(TT #1035)', todo => 'broken');
 .sub main :main
   comments(1,2)
 .end
@@ -65,7 +65,7 @@
 hello
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'whitespace before .param(RT #46499)');
+pir_output_is( <<'CODE', <<'OUT', 'whitespace before .param(TT #1035)');
 .sub main :main
   comments(1,2)
 .end
@@ -79,7 +79,7 @@
 hello
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'whitespace between .param(RT #46499)', todo => 'broken');
+pir_output_is( <<'CODE', <<'OUT', 'whitespace between .param(TT #1035)', todo => 'broken');
 .sub main :main
   comments(1,2)
 .end


More information about the parrot-commits mailing list