From: Gurusamy Sarathy Date: Sat, 11 Mar 2000 17:06:03 +0000 (+0000) Subject: reword comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b7b8867bcd9dae4737a0f8210ca9785c63634b8;p=p5sagit%2Fp5-mst-13.2.git reword comment p4raw-id: //depot/perl@5655 --- diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot index 0cbbc43..dc99694 100644 --- a/t/pragma/warn/pp_hot +++ b/t/pragma/warn/pp_hot @@ -62,12 +62,12 @@ print ; open(FOO, ">&STDOUT") and print ; print getc(STDERR); print getc(FOO); -#################################################################### -# The next test is known to fail on some systems (Linux/BSD+glibc, # -# NeXT among others. glibc should be fixed in the next version, # -# 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+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). # +##################################################################### #read(FOO,$_,1); no warnings 'io' ; print STDIN "anc";