diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-08 19:09:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-08 19:09:41 +0000 |
commit | 5276f2afd97082686f7aed04c4d725334991a21d (patch) | |
tree | 7402407fd6f1d8235d51301e838eb38308f9e27b /t/lib | |
parent | 3160c39162b19f4390e9806b11fb472bc602a6bd (diff) | |
download | perl-5276f2afd97082686f7aed04c4d725334991a21d.tar.gz |
update test totals
p4raw-id: //depot/perl@3334
Diffstat (limited to 't/lib')
-rwxr-xr-x | t/lib/bigintpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/bigintpm.t b/t/lib/bigintpm.t index 9606007f5f..f2e9d512ad 100755 --- a/t/lib/bigintpm.t +++ b/t/lib/bigintpm.t @@ -9,7 +9,7 @@ use Math::BigInt; $test = 0; $| = 1; -print "1..247\n"; +print "1..276\n"; while (<DATA>) { chop; if (s/^&//) { |