diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-02 23:41:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-02 23:41:54 +0000 |
commit | 5695c80c5c2442f60ae2279804e263a5d951ef99 (patch) | |
tree | d3c43b28c26b3dc8d9d4e41476eb47dedab6d473 /t/lib/warnings | |
parent | 9c966d239bb660741096cfafe3529680713e6ac6 (diff) | |
download | perl-5695c80c5c2442f60ae2279804e263a5d951ef99.tar.gz |
The #14949 removed this error from non-Win32.
p4raw-id: //depot/perl@14952
Diffstat (limited to 't/lib/warnings')
-rw-r--r-- | t/lib/warnings/op | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/t/lib/warnings/op b/t/lib/warnings/op index 2fa54b8262..ff00dcd2ed 100644 --- a/t/lib/warnings/op +++ b/t/lib/warnings/op @@ -952,12 +952,3 @@ EXPECT Use of "package" with no arguments is deprecated at - line 3. Global symbol "BEGIN" requires explicit package name at - line 4. BEGIN not safe after errors--compilation aborted at - line 4. -######## -# op.c [Perl_utilize] -use warnings 'misc'; -push @INC, sub { $_[1] eq 'Joe.pm' ? *DATA : undef }; -eval "use Joe"; -__DATA__ -package joe; 1; -EXPECT -Package `Joe' not found (did you use the incorrect case?) at (eval 1) line 2. |