[svn:parrot] r37725 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Mar 25 23:42:20 UTC 2009


Author: jkeenan
Date: Wed Mar 25 23:42:19 2009
New Revision: 37725
URL: https://trac.parrot.org/parrot/changeset/37725

Log:
Updating the TT number under which this TODO is currently being tracked.

Modified:
   trunk/t/op/trans.t

Modified: trunk/t/op/trans.t
==============================================================================
--- trunk/t/op/trans.t	Wed Mar 25 19:05:40 2009	(r37724)
+++ trunk/t/op/trans.t	Wed Mar 25 23:42:19 2009	(r37725)
@@ -266,7 +266,7 @@
 OUTPUT
 
 my $runcore = $ENV{TEST_PROG_ARGS} || '';
-my @todo    = ( $runcore =~ /--runcore=jit/ ? ( todo => 'broken under JIT TT #201' ) : () );
+my @todo    = ( $runcore =~ /--runcore=jit/ ? ( todo => 'broken under JIT TT #38' ) : () );
 
 pasm_output_is( <<"CODE", <<OUTPUT, 'atan2', @todo );
         .include 'include/fp_equality.pasm'


More information about the parrot-commits mailing list