From e08c10f564aa3fa8386b88ad67ae3346d1b98787 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 10 Sep 2010 10:59:00 +0100 Subject: Convert bignum tests from Test to Test::More. --- dist/bignum/t/bninfnan.t | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dist/bignum/t/bninfnan.t') 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; -- cgit v1.2.1