diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-10 10:03:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-10 10:03:36 +0100 |
commit | a8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e (patch) | |
tree | bfaa17f07cdef18a0793c22f10814b68359233cb | |
parent | 5488a7f9f2833e3904afc24ddf8a073264e61ae1 (diff) | |
download | perl-a8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e.tar.gz |
Remove redundant lexicals from 3 bignum tests that require t/infnan.inc.
-rw-r--r-- | dist/bignum/t/biinfnan.t | 2 | ||||
-rw-r--r-- | dist/bignum/t/bninfnan.t | 2 | ||||
-rw-r--r-- | dist/bignum/t/brinfnan.t | 2 |
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"; |