diff options
Diffstat (limited to 'dist/Math-BigInt/t/bare_mbi.t')
-rw-r--r-- | dist/Math-BigInt/t/bare_mbi.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/t/bare_mbi.t b/dist/Math-BigInt/t/bare_mbi.t index 38b82afab3..e2186109f1 100644 --- a/dist/Math-BigInt/t/bare_mbi.t +++ b/dist/Math-BigInt/t/bare_mbi.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; -use Test::More tests => 3279; +use Test::More tests => 3283; BEGIN { unshift @INC, 't'; } |