summaryrefslogtreecommitdiff
path: root/lib/bignum/t/biinfnan.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bignum/t/biinfnan.t')
-rw-r--r--lib/bignum/t/biinfnan.t22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/bignum/t/biinfnan.t b/lib/bignum/t/biinfnan.t
deleted file mode 100644
index f136c1e66e..0000000000
--- a/lib/bignum/t/biinfnan.t
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl -w
-
-###############################################################################
-
-use Test;
-use strict;
-
-BEGIN
- {
- $| = 1;
- chdir 't' if -d 't';
- unshift @INC, '../lib';
- unshift @INC, '../lib/bignum/t' if $ENV{PERL_CORE};
- plan tests => 26;
- }
-
-use bigint;
-
-my ($x);
-
-require "infnan.inc";
-