diff options
author | Steve Hay <SteveHay@planit.com> | 2005-06-17 11:36:45 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-06-17 11:36:45 +0000 |
commit | 3a00b83ed94a188580921b4677320b4295bee93d (patch) | |
tree | 607ba76c867985a19441c8cde816c392581f2993 /lib/warnings.t | |
parent | f6342b4b53f678226f6ef9a63cf476fbf96744f4 (diff) | |
download | perl-3a00b83ed94a188580921b4677320b4295bee93d.tar.gz |
Silence STDERR grumblings from Borland's math library.
This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
renders change 24870 obsolete, hence it is reverted here).
p4raw-id: //depot/perl@24883
Diffstat (limited to 'lib/warnings.t')
-rw-r--r-- | lib/warnings.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/warnings.t b/lib/warnings.t index 2143b4ded1..f23d9e67f8 100644 --- a/lib/warnings.t +++ b/lib/warnings.t @@ -137,11 +137,6 @@ for (@prgs){ $results =~ s|:abc(d)?\b|./abc$1|g; } - # Borland compiler whines about DOMAIN errors for some "uninit" tests - if ($^O eq 'MSWin32' and $Config{ccname} =~ /bcc32/) { - $results =~ s|\n\n\w+: DOMAIN error||g; - } - $expected =~ s/\n+$//; my $prefix = ($results =~ s#^PREFIX(\n|$)##) ; # any special options? (OPTIONS foo bar zap) |