diff options
author | Tels <nospam-abuse@bloodgate.com> | 2004-10-11 00:36:03 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-12 12:54:27 +0000 |
commit | 2d2b274444abe9850378c8466aa976c778ccebb2 (patch) | |
tree | 0a98ec96786401865d6c036f14af230f0a9cc960 /lib/Math/BigInt/t/bigintpm.t | |
parent | 40996b7810cf32994b2b30ccaee4f9d870d60be0 (diff) | |
download | perl-2d2b274444abe9850378c8466aa976c778ccebb2.tar.gz |
Patch: BigInt v1.73 (pre-release)
Message-Id: <200410102236.03637@bloodgate.com>
p4raw-id: //depot/perl@23359
Diffstat (limited to 'lib/Math/BigInt/t/bigintpm.t')
-rwxr-xr-x | lib/Math/BigInt/t/bigintpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t index ba0b31495b..6cd19f9b6f 100755 --- a/lib/Math/BigInt/t/bigintpm.t +++ b/lib/Math/BigInt/t/bigintpm.t @@ -10,7 +10,7 @@ BEGIN my $location = $0; $location =~ s/bigintpm.t//; unshift @INC, $location; # to locate the testing files chdir 't' if -d 't'; - plan tests => 2848; + plan tests => 2952; } use Math::BigInt; |