summaryrefslogtreecommitdiff
path: root/t/pragma
diff options
context:
space:
mode:
authorMark Fisher <fisherm@tce.com>2001-02-08 05:44:00 -0500
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-09 19:25:16 +0000
commita6fe520e69b81614f687efd2cdbfdcd1bb40e201 (patch)
treea2a37a5d596be27d5093af180a50d3555f9c5be6 /t/pragma
parent682a4d6ff488c90b285372b88adbfe46b909f779 (diff)
downloadperl-a6fe520e69b81614f687efd2cdbfdcd1bb40e201.tar.gz
RE: Biannual Competition to Improve Hashing Function
Date: Thu, 8 Feb 2001 10:44:00 -0500 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce. Date: Thu, 8 Feb 2001 15:02:47 -0500 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce. p4raw-id: //depot/perl@8750
Diffstat (limited to 't/pragma')
-rw-r--r--t/pragma/warn/perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/warn/perl b/t/pragma/warn/perl
index 45807499d6..7070dd447c 100644
--- a/t/pragma/warn/perl
+++ b/t/pragma/warn/perl
@@ -46,8 +46,8 @@ $x = 3 ;
use warnings 'once' ;
$z = 3 ;
EXPECT
-Name "main::x" used only once: possible typo at - line 4.
Name "main::z" used only once: possible typo at - line 6.
+Name "main::x" used only once: possible typo at - line 4.
########
-X
# perl.c