[svn:parrot] r40699 - branches/pmc_sans_unionval/t/pmc
tene at svn.parrot.org
tene at svn.parrot.org
Sat Aug 22 03:06:33 UTC 2009
Author: tene
Date: Sat Aug 22 03:06:33 2009
New Revision: 40699
URL: https://trac.parrot.org/parrot/changeset/40699
Log:
[pmc_sans_unionval] Uncomment a complex test
Modified:
branches/pmc_sans_unionval/t/pmc/complex.t
Modified: branches/pmc_sans_unionval/t/pmc/complex.t
==============================================================================
--- branches/pmc_sans_unionval/t/pmc/complex.t Sat Aug 22 02:40:58 2009 (r40698)
+++ branches/pmc_sans_unionval/t/pmc/complex.t Sat Aug 22 03:06:33 2009 (r40699)
@@ -732,7 +732,7 @@
.complex_op_is("-2+0i", "0.693147+3.141593i", 'ln' )
.complex_op_is("-1+0i", "0.000000+3.141593i", 'ln' )
.complex_op_is("-0.5+0i", "-0.693147+3.141593i", 'ln' )
- #.complex_op_is("0.5+0i", "-0.693147+0.000000i", 'ln' )
+ .complex_op_is("0.5+0i", "-0.693147+0.000000i", 'ln' )
.complex_op_is("1+0i", "0.000000+0.000000i", 'ln' )
.complex_op_is("2+0i", "0.693147+0.000000i", 'ln' )
.complex_op_is("0-2i", "0.693147-1.570796i", 'ln' )
More information about the parrot-commits
mailing list