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