summaryrefslogtreecommitdiff
path: root/t/pragma/warn/perl
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/warn/perl')
-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