[svn:parrot] r42681 - trunk/t/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 13:31:43 UTC 2009


Author: jkeenan
Date: Sat Nov 21 13:31:42 2009
New Revision: 42681
URL: https://trac.parrot.org/parrot/changeset/42681

Log:
Change RT reference to TT reference.

Modified:
   trunk/t/pmc/timer.t

Modified: trunk/t/pmc/timer.t
==============================================================================
--- trunk/t/pmc/timer.t	Sat Nov 21 13:22:30 2009	(r42680)
+++ trunk/t/pmc/timer.t	Sat Nov 21 13:31:42 2009	(r42681)
@@ -142,7 +142,7 @@
 OUT
 
     my @todo = $ENV{TEST_PROG_ARGS} =~ /--runcore=jit/ ?
-       ( todo => 'RT #49718, add scheduler features to JIT' ) : ();
+       ( todo => 'TT #1316, add scheduler features to JIT' ) : ();
     pasm_output_is( <<'CODE', <<'OUT', "Timer setup - initializer/start/repeat" , @todo );
 .include "timer.pasm"
     new P1, ['FixedPMCArray']


More information about the parrot-commits mailing list