From: Jarkko Hietaniemi Date: Sat, 11 Mar 2000 18:04:44 +0000 (+0000) Subject: Rewording. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea1135d66ae8d4c430392d299f9d76505be8f373;p=p5sagit%2Fp5-mst-13.2.git Rewording. p4raw-id: //depot/cfgperl@5657 --- diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot index dc99694..baa9f1f 100644 --- a/t/pragma/warn/pp_hot +++ b/t/pragma/warn/pp_hot @@ -62,12 +62,11 @@ print ; open(FOO, ">&STDOUT") and print ; print getc(STDERR); print getc(FOO); -##################################################################### -# The next test is known to fail on some systems (Linux+glibc, *BSD # -# NeXT among others. glibc and FreeBSD have been fixed, but it # -# appears other platforms have little hope. We skip it for now (on # -# the grounds that it is "just" a warning). # -##################################################################### +#################################################################### +# The next test is known to fail on some systems (Linux+old glibc, # +# old *BSDs, and NeXT, among others. # +# We skip it for now (on the grounds that it is "just" a warning). # +#################################################################### #read(FOO,$_,1); no warnings 'io' ; print STDIN "anc";