diff options
Diffstat (limited to 'lib/Math/BigInt/t/bigfltpm.t')
-rwxr-xr-x | lib/Math/BigInt/t/bigfltpm.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Math/BigInt/t/bigfltpm.t b/lib/Math/BigInt/t/bigfltpm.t index 84741bad23..3fce4605b3 100755 --- a/lib/Math/BigInt/t/bigfltpm.t +++ b/lib/Math/BigInt/t/bigfltpm.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 1772 + plan tests => 1814 + 2; # own tests } @@ -38,6 +38,6 @@ $class = "Math::BigFloat"; $CL = "Math::BigInt::Calc"; ok ($class->config()->{class},$class); -ok ($class->config()->{with},'Math::BigInt'); +ok ($class->config()->{with}, $CL); require 'bigfltpm.inc'; # all tests here for sharing |