diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-11 18:04:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-11 18:04:44 +0000 |
commit | ea1135d66ae8d4c430392d299f9d76505be8f373 (patch) | |
tree | 56687d87f2c956f48b3491d1eb4fd9809a2580a3 /t/pragma | |
parent | e157c85e0e62418b77e49aa169149e913fe5fc50 (diff) | |
download | perl-ea1135d66ae8d4c430392d299f9d76505be8f373.tar.gz |
Rewording.
p4raw-id: //depot/cfgperl@5657
Diffstat (limited to 't/pragma')
-rw-r--r-- | t/pragma/warn/pp_hot | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot index dc99694ca7..baa9f1f3e2 100644 --- a/t/pragma/warn/pp_hot +++ b/t/pragma/warn/pp_hot @@ -62,12 +62,11 @@ print <STDERR>; open(FOO, ">&STDOUT") and print <FOO>; 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"; |