diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-10 10:59:00 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-10 10:59:00 +0100 |
commit | e08c10f564aa3fa8386b88ad67ae3346d1b98787 (patch) | |
tree | 078b2b7794ac3ab2e0532a50000e41e0a29163b7 /dist/bignum/t/bninfnan.t | |
parent | a8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e (diff) | |
download | perl-e08c10f564aa3fa8386b88ad67ae3346d1b98787.tar.gz |
Convert bignum tests from Test to Test::More.
Diffstat (limited to 'dist/bignum/t/bninfnan.t')
-rw-r--r-- | dist/bignum/t/bninfnan.t | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dist/bignum/t/bninfnan.t b/dist/bignum/t/bninfnan.t index ca7e21b3b7..45f83b98f8 100644 --- a/dist/bignum/t/bninfnan.t +++ b/dist/bignum/t/bninfnan.t @@ -2,13 +2,8 @@ ############################################################################### -use Test; use strict; - -BEGIN - { - plan tests => 26; - } +use Test::More tests => 26; use bignum; |