summaryrefslogtreecommitdiff
path: root/t/mbi_ltm_bigintpm.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-04-27 19:01:54 +0200
committerKarel Miko <karel.miko@gmail.com>2018-04-27 19:01:54 +0200
commit9b655434721db4608c403f3ec1bf3ed90d45fb42 (patch)
tree94b4311e7d912c76db97bbd5a784260094a53165 /t/mbi_ltm_bigintpm.t
parent4324447058c6550955cebd9336ef1ad64be53dde (diff)
remove buggy Math::BigInt related tests
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 ebb7582e..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 => 3722 # tests in require'd file
+ plan tests => 3712 # tests in require'd file
+ 6; # tests in this file
}