summaryrefslogtreecommitdiff
path: root/dist/bignum/t/ratopt_a.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/bignum/t/ratopt_a.t')
-rw-r--r--dist/bignum/t/ratopt_a.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/dist/bignum/t/ratopt_a.t b/dist/bignum/t/ratopt_a.t
index f004afe428..0d18e87031 100644
--- a/dist/bignum/t/ratopt_a.t
+++ b/dist/bignum/t/ratopt_a.t
@@ -2,16 +2,8 @@
###############################################################################
-use Test::More;
use strict;
-
-BEGIN
- {
- $| = 1;
- chdir 't' if -d 't';
- unshift @INC, '../lib';
- plan tests => 7;
- }
+use Test::More tests => 7;
my @C = qw/Math::BigInt Math::BigFloat Math::BigRat/;