diff options
Diffstat (limited to 'lib/Math/BigInt/t/bare_mbi.t')
-rw-r--r-- | lib/Math/BigInt/t/bare_mbi.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bare_mbi.t b/lib/Math/BigInt/t/bare_mbi.t index edb482e531..7c359c8948 100644 --- a/lib/Math/BigInt/t/bare_mbi.t +++ b/lib/Math/BigInt/t/bare_mbi.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 3093; + plan tests => 3099; } use Math::BigInt lib => 'BareCalc'; |