[svn:parrot] r42863 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Dec 2 13:44:58 UTC 2009
Author: mikehh
Date: Wed Dec 2 13:44:56 2009
New Revision: 42863
URL: https://trac.parrot.org/parrot/changeset/42863
Log:
correct a failing test that indicated a TODO pass - t/pmc/complex.t
Modified:
trunk/t/pmc/complex.t
Modified: trunk/t/pmc/complex.t
==============================================================================
--- trunk/t/pmc/complex.t Wed Dec 2 12:56:57 2009 (r42862)
+++ trunk/t/pmc/complex.t Wed Dec 2 13:44:56 2009 (r42863)
@@ -1188,6 +1188,8 @@
$S0 = concat $S1, ' != '
$S1 = expected
$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 )
.end
More information about the parrot-commits
mailing list