diff options
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/^&//) { |