summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt/t/bare_mbf.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Math/BigInt/t/bare_mbf.t')
-rw-r--r--lib/Math/BigInt/t/bare_mbf.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Math/BigInt/t/bare_mbf.t b/lib/Math/BigInt/t/bare_mbf.t
index abeb8c257c..a160c7cf7e 100644
--- a/lib/Math/BigInt/t/bare_mbf.t
+++ b/lib/Math/BigInt/t/bare_mbf.t
@@ -29,10 +29,6 @@ BEGIN
plan tests => 1601;
}
-#use Math::BigInt lib => 'BareCalc';
-#use Math::BigFloat;
-
-# use Math::BigInt; use Math::BigFloat lib => 'BareCalc';
use Math::BigFloat lib => 'BareCalc';
use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);