diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 00:57:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 00:57:01 +0000 |
commit | 38e81d60445a7f4bad958fec53ae294aebf176e0 (patch) | |
tree | 07f31613e204bacc68e0732cf5d5cef6097bff02 /t/pragma/warn | |
parent | adbebc0b48cadbf7319b9fc2090fadc929baf733 (diff) | |
download | perl-38e81d60445a7f4bad958fec53ae294aebf176e0.tar.gz |
Update the test failure disclaimer.
p4raw-id: //depot/perl@9807
Diffstat (limited to 't/pragma/warn')
-rw-r--r-- | t/pragma/warn/pp_hot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot index 5dd03801e1..26aef63e7b 100644 --- a/t/pragma/warn/pp_hot +++ b/t/pragma/warn/pp_hot @@ -70,7 +70,7 @@ print getc(STDERR); print getc(FOO); #################################################################### # The next test is known to fail on some systems (Linux+old glibc, # -# old *BSDs, and NeXT, among others. # +# some *BSDs (including Mac OS X and NeXT), among others. # # We skip it for now (on the grounds that it is "just" a warning). # #################################################################### #read(FOO,$_,1); |