From: Gurusamy Sarathy Date: Sun, 20 Feb 2000 17:57:08 +0000 (+0000) Subject: test fix needed by change#5164 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=073ca4f10a249f9ad4c3b11404a445d3da1e0344;p=p5sagit%2Fp5-mst-13.2.git test fix needed by change#5164 p4raw-link: @5164 on //depot/perl: 5a211162cd360449f2dbfb7ca9231c025909353f p4raw-id: //depot/perl@5165 --- diff --git a/t/pragma/warn/toke b/t/pragma/warn/toke index 48f97dd..6ba9c56 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' ;