summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-20 17:57:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-20 17:57:08 +0000
commit073ca4f10a249f9ad4c3b11404a445d3da1e0344 (patch)
treed1bbabaa850a85cd2b5b74321c04d23d9af9386b
parent5a211162cd360449f2dbfb7ca9231c025909353f (diff)
downloadperl-073ca4f10a249f9ad4c3b11404a445d3da1e0344.tar.gz
test fix needed by change#5164
p4raw-link: @5164 on //depot/perl: 5a211162cd360449f2dbfb7ca9231c025909353f p4raw-id: //depot/perl@5165
-rw-r--r--t/pragma/warn/toke4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/warn/toke b/t/pragma/warn/toke
index 48f97dd10c..6ba9c56d3a 100644
--- a/t/pragma/warn/toke
+++ b/t/pragma/warn/toke
@@ -52,7 +52,7 @@ toke.c AOK
warn(warn_reserved
$a = abc;
- chmod: mode argument is missing initial 0
+ chmod() mode argument is missing initial 0
chmod 3;
Possible attempt to separate words with commas
@@ -305,7 +305,7 @@ chmod 3;
no warnings 'octal' ;
chmod 3;
EXPECT
-chmod: mode argument is missing initial 0 at - line 3.
+chmod() mode argument is missing initial 0 at - line 3.
########
# toke.c
use warnings 'syntax' ;