summaryrefslogtreecommitdiff
path: root/t/pragma/warn
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2000-10-19 00:25:58 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-18 23:36:24 +0000
commit790090df87a94d63cdbf866bce162581c29c2abf (patch)
tree7d03d55c31794f3ab5ccb6e9fd7ce500ddb28e2f /t/pragma/warn
parent177e2d42271d33bb6d33298a0190fe4d19a3bb61 (diff)
downloadperl-790090df87a94d63cdbf866bce162581c29c2abf.tar.gz
Re: [ID 20001018.008] flip-flop bug when there's no <FH>
Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk> p4raw-id: //depot/perl@7365
Diffstat (limited to 't/pragma/warn')
-rw-r--r--t/pragma/warn/pp_hot3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot
index 3c3cc6021f..426820550c 100644
--- a/t/pragma/warn/pp_hot
+++ b/t/pragma/warn/pp_hot
@@ -33,6 +33,9 @@
readline() on closed filehandle %s [Perl_do_readline]
close STDIN ; $a = <STDIN>;
+ readline() on closed filehandle %s [Perl_do_readline]
+ readline(NONESUCH);
+
glob failed (child exited with status %d%s) [Perl_do_readline] <<TODO
Deep recursion on subroutine \"%s\" [Perl_sub_crush_depth]