diff options
Diffstat (limited to 'lib/Math/BigInt/t/with_sub.t')
-rw-r--r-- | lib/Math/BigInt/t/with_sub.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Math/BigInt/t/with_sub.t b/lib/Math/BigInt/t/with_sub.t index a3af404f55..d7391d94ae 100644 --- a/lib/Math/BigInt/t/with_sub.t +++ b/lib/Math/BigInt/t/with_sub.t @@ -28,7 +28,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 1772 + plan tests => 1814 + 1; } @@ -38,6 +38,7 @@ use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL); $class = "Math::BigFloat"; $CL = "Math::BigInt::Calc"; -ok (Math::BigFloat->config()->{with}, 'Math::BigInt::Subclass'); +# the with argument is ignored +ok (Math::BigFloat->config()->{with}, 'Math::BigInt::Calc'); require 'bigfltpm.inc'; # all tests here for sharing |