diff options
Diffstat (limited to 'dist/bignum/t/brinfnan.t')
-rw-r--r-- | dist/bignum/t/brinfnan.t | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dist/bignum/t/brinfnan.t b/dist/bignum/t/brinfnan.t index c79b814d67..ce7daa189d 100644 --- a/dist/bignum/t/brinfnan.t +++ b/dist/bignum/t/brinfnan.t @@ -2,13 +2,8 @@ ############################################################################### -use Test; use strict; - -BEGIN - { - plan tests => 26; - } +use Test::More tests => 26; use bigrat; |