summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorIain Truskett <spoon@cpan.org>2003-07-03 22:40:42 +1000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-03 06:30:11 +0000
commit2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665 (patch)
treedd66e4be1043b49e6e3c1ef2551432a6f22f87b3 /t
parentd99b02a1a9949639f16470065ea5568cd92f788d (diff)
downloadperl-2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665.tar.gz
"without parens" vs "without parentheses"
Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au> p4raw-id: //depot/perl@19944
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/toke8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/lib/warnings/toke b/t/lib/warnings/toke
index ca0dc6eac0..b2c15ba101 100644
--- a/t/lib/warnings/toke
+++ b/t/lib/warnings/toke
@@ -570,7 +570,7 @@ yelp at foo line 30.
# toke.c
my $a = rand + 4 ;
EXPECT
-Warning: Use of "rand" without parens is ambiguous at - line 2.
+Warning: Use of "rand" without parentheses is ambiguous at - line 2.
########
# toke.c
$^W = 0 ;
@@ -583,9 +583,9 @@ my $a = rand + 4 ;
}
$a = rand + 4 ;
EXPECT
-Warning: Use of "rand" without parens is ambiguous at - line 3.
-Warning: Use of "rand" without parens is ambiguous at - line 8.
-Warning: Use of "rand" without parens is ambiguous at - line 10.
+Warning: Use of "rand" without parentheses is ambiguous at - line 3.
+Warning: Use of "rand" without parentheses is ambiguous at - line 8.
+Warning: Use of "rand" without parentheses is ambiguous at - line 10.
########
# toke.c
sub fred {};