summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-09-10 10:03:36 +0100
committerNicholas Clark <nick@ccl4.org>2010-09-10 10:03:36 +0100
commita8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e (patch)
treebfaa17f07cdef18a0793c22f10814b68359233cb
parent5488a7f9f2833e3904afc24ddf8a073264e61ae1 (diff)
downloadperl-a8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e.tar.gz
Remove redundant lexicals from 3 bignum tests that require t/infnan.inc.
-rw-r--r--dist/bignum/t/biinfnan.t2
-rw-r--r--dist/bignum/t/bninfnan.t2
-rw-r--r--dist/bignum/t/brinfnan.t2
3 files changed, 0 insertions, 6 deletions
diff --git a/dist/bignum/t/biinfnan.t b/dist/bignum/t/biinfnan.t
index 0ad4c5711c..35890723fe 100644
--- a/dist/bignum/t/biinfnan.t
+++ b/dist/bignum/t/biinfnan.t
@@ -12,7 +12,5 @@ BEGIN
use bigint;
-my ($x);
-
require "t/infnan.inc";
diff --git a/dist/bignum/t/bninfnan.t b/dist/bignum/t/bninfnan.t
index 674662f8ff..ca7e21b3b7 100644
--- a/dist/bignum/t/bninfnan.t
+++ b/dist/bignum/t/bninfnan.t
@@ -12,7 +12,5 @@ BEGIN
use bignum;
-my ($x);
-
require "t/infnan.inc";
diff --git a/dist/bignum/t/brinfnan.t b/dist/bignum/t/brinfnan.t
index 2cb5ce753d..c79b814d67 100644
--- a/dist/bignum/t/brinfnan.t
+++ b/dist/bignum/t/brinfnan.t
@@ -12,7 +12,5 @@ BEGIN
use bigrat;
-my ($x);
-
require "t/infnan.inc";