[svn:parrot] r44438 - trunk/t/compilers/pct

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Feb 24 02:13:06 UTC 2010


Author: jkeenan
Date: Wed Feb 24 02:13:06 2010
New Revision: 44438
URL: https://trac.parrot.org/parrot/changeset/44438

Log:
[codingstd] Convert TODO request for more tests to TT #1476.

Modified:
   trunk/t/compilers/pct/past.t

Modified: trunk/t/compilers/pct/past.t
==============================================================================
--- trunk/t/compilers/pct/past.t	Wed Feb 24 02:07:33 2010	(r44437)
+++ trunk/t/compilers/pct/past.t	Wed Feb 24 02:13:06 2010	(r44438)
@@ -72,9 +72,9 @@
 }
 OUT
 
-## TODO: test that return() is taken from the type of value when not specified
+## TT #1476: test that return() is taken from the type of value when not specified
 
-## TODO: check the rest of the PAST::Var attributes
+## TT #1476: check the rest of the PAST::Var attributes
 pir_output_is( <<'CODE', <<'OUT', 'dump PAST::Var node in visual format' );
 .sub _main :main
     load_bytecode 'PCT.pbc'


More information about the parrot-commits mailing list