[svn:parrot] r44858 - branches/tt389_fix/t/pmc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed Mar 10 22:44:55 UTC 2010


Author: whiteknight
Date: Wed Mar 10 22:44:54 2010
New Revision: 44858
URL: https://trac.parrot.org/parrot/changeset/44858

Log:
un-TODO test for TT #562 that fails and needs to un-fail.

Modified:
   branches/tt389_fix/t/pmc/complex.t

Modified: branches/tt389_fix/t/pmc/complex.t
==============================================================================
--- branches/tt389_fix/t/pmc/complex.t	Wed Mar 10 17:37:56 2010	(r44857)
+++ branches/tt389_fix/t/pmc/complex.t	Wed Mar 10 22:44:54 2010	(r44858)
@@ -1190,7 +1190,7 @@
     $S0 = concat $S0, $S1
     $S0 = concat $S0, ' - subclassing Complex add returns 0+0i - TT #562'
     $I0 = not $I0    # invert $I0 so todo does not pass
-    todo( $I0, $S0 )
+    ok( $I0, $S0 )
 .end
 
 .namespace ['MyComplex']


More information about the parrot-commits mailing list