summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt/t/sub_mbi.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt/t/sub_mbi.t')
-rw-r--r--dist/Math-BigInt/t/sub_mbi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/t/sub_mbi.t b/dist/Math-BigInt/t/sub_mbi.t
index 668fd1979e..6a3cecca17 100644
--- a/dist/Math-BigInt/t/sub_mbi.t
+++ b/dist/Math-BigInt/t/sub_mbi.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
use strict;
-use Test::More tests => 3623
+use Test::More tests => 3635
+ 5; # +5 own tests
BEGIN { unshift @INC, 't'; }