[svn:parrot] r43064 - trunk/t/pmc
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Tue Dec 15 10:35:47 UTC 2009
Author: fperrad
Date: Tue Dec 15 10:35:46 2009
New Revision: 43064
URL: https://trac.parrot.org/parrot/changeset/43064
Log:
[t] fix the use of PIR todo
Modified:
trunk/t/pmc/float.t
Modified: trunk/t/pmc/float.t
==============================================================================
--- trunk/t/pmc/float.t Tue Dec 15 10:31:24 2009 (r43063)
+++ trunk/t/pmc/float.t Tue Dec 15 10:35:46 2009 (r43064)
@@ -346,7 +346,7 @@
.return ()
negative_zero_todoed:
- todo(1, '-0.0 not implemented, TT #313')
+ todo(0, '-0.0 not implemented, TT #313')
.end
.sub 'equality'
More information about the parrot-commits
mailing list