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

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


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

Log:
Change RT reference to TT reference.

Modified:
   trunk/t/pmc/nci.t

Modified: trunk/t/pmc/nci.t
==============================================================================
--- trunk/t/pmc/nci.t	Sat Nov 21 14:34:17 2009	(r42716)
+++ trunk/t/pmc/nci.t	Sat Nov 21 14:37:05 2009	(r42717)
@@ -1398,7 +1398,7 @@
 
   # Tests with callback functions
   my @todo = $ENV{TEST_PROG_ARGS} =~ /--runcore=jit/ ?
-    ( todo => 'RT #49718, add scheduler tasks to JIT' ) : ();
+    ( todo => 'TT #1316, add scheduler tasks to JIT' ) : ();
 
   pasm_output_is( <<'CODE', <<'OUTPUT', "nci_cb_C1 - PASM", @todo );
 


More information about the parrot-commits mailing list