summaryrefslogtreecommitdiff
path: root/t/mbi_ltm_bigintpm.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mbi_ltm_bigintpm.t')
-rw-r--r--t/mbi_ltm_bigintpm.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mbi_ltm_bigintpm.t b/t/mbi_ltm_bigintpm.t
index 18d528c1..976e7b1e 100644
--- a/t/mbi_ltm_bigintpm.t
+++ b/t/mbi_ltm_bigintpm.t
@@ -7,7 +7,7 @@ use Test::More;
BEGIN {
plan skip_all => "requires Math::BigInt 1.999712+" unless eval { require Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999712 };
- plan tests => 3652 # tests in require'd file
+ plan tests => 3712 # tests in require'd file
+ 6; # tests in this file
}