summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt/t/mbimbf.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Math/BigInt/t/mbimbf.t')
-rw-r--r--lib/Math/BigInt/t/mbimbf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/mbimbf.t b/lib/Math/BigInt/t/mbimbf.t
index 3948102f0e..51cf41b212 100644
--- a/lib/Math/BigInt/t/mbimbf.t
+++ b/lib/Math/BigInt/t/mbimbf.t
@@ -157,7 +157,7 @@ $z = $y - $x; ok ($z,530.9);
$z = $y * $x; ok ($z,80780);
$z = $x ** 2; ok ($z,15241);
$z = $x * $x; ok ($z,15241);
-# not yet: $z = -$x; ok ($z,-123.46); ok ($x,123.456);
+# not: $z = -$x; ok ($z,-123.46); ok ($x,123.456);
$z = $x->copy(); $z->{_a} = 2; $z = $z / 2; ok ($z,62);
$x = Math::BigFloat->new(123456); $x->{_a} = 4;
$z = $x->copy; $z++; ok ($z,123500);