diff options
Diffstat (limited to 'lib/Math/BigInt/t/upgrade.t')
-rw-r--r-- | lib/Math/BigInt/t/upgrade.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/upgrade.t b/lib/Math/BigInt/t/upgrade.t index 7d98ba17ed..3fc4067259 100644 --- a/lib/Math/BigInt/t/upgrade.t +++ b/lib/Math/BigInt/t/upgrade.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2074 + plan tests => 2082 + 2; # our own tests } |