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 /dist/bignum/t/brinfnan.t | |
parent | 5488a7f9f2833e3904afc24ddf8a073264e61ae1 (diff) | |
download | perl-a8e2d8b6ac253a0c37ec3dec859fde4ff4b2859e.tar.gz |
Remove redundant lexicals from 3 bignum tests that require t/infnan.inc.
Diffstat (limited to 'dist/bignum/t/brinfnan.t')
-rw-r--r-- | dist/bignum/t/brinfnan.t | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |