summaryrefslogtreecommitdiff
path: root/t/pragma
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-24 00:57:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-24 00:57:01 +0000
commit38e81d60445a7f4bad958fec53ae294aebf176e0 (patch)
tree07f31613e204bacc68e0732cf5d5cef6097bff02 /t/pragma
parentadbebc0b48cadbf7319b9fc2090fadc929baf733 (diff)
downloadperl-38e81d60445a7f4bad958fec53ae294aebf176e0.tar.gz
Update the test failure disclaimer.
p4raw-id: //depot/perl@9807
Diffstat (limited to 't/pragma')
-rw-r--r--t/pragma/warn/pp_hot2
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);