X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMath%2FBigInt%2Ft%2Fwith_sub.t;h=d7391d94aee2865adc218d69282f64d4142ad855;hb=9b924220109ab5ca4ffe2f23c240236dc5a723c2;hp=a3af404f55f6271114dd7609c92917c788af08d0;hpb=b6a15bc5202dd52395ce566b43e1490d38dc2141;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Math/BigInt/t/with_sub.t b/lib/Math/BigInt/t/with_sub.t index a3af404..d7391d9 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