[svn:parrot] r42166 - trunk/t/compilers/tge

coke at svn.parrot.org coke at svn.parrot.org
Fri Oct 30 00:14:50 UTC 2009


Author: coke
Date: Fri Oct 30 00:14:47 2009
New Revision: 42166
URL: https://trac.parrot.org/parrot/changeset/42166

Log:
use ``standard'' way to reference a ticket.

Modified:
   trunk/t/compilers/tge/grammar.t

Modified: trunk/t/compilers/tge/grammar.t
==============================================================================
--- trunk/t/compilers/tge/grammar.t	Thu Oct 29 23:07:15 2009	(r42165)
+++ trunk/t/compilers/tge/grammar.t	Fri Oct 30 00:14:47 2009	(r42166)
@@ -274,7 +274,7 @@
 OUT
 
 TODO: {
-    local $TODO = "unresolved bug; see: https://trac.parrot.org/parrot/ticket/1160";
+    local $TODO = "unresolved bug; see: TT #1160";
 
     pir_output_is(
         <<'CODE', <<'OUT', 'two rules of the same name can apply to the same node, when called with a different dummy type' );


More information about the parrot-commits mailing list