summaryrefslogtreecommitdiff
path: root/t/pragma/warn/pp_ctl
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/warn/pp_ctl')
-rw-r--r--t/pragma/warn/pp_ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/warn/pp_ctl b/t/pragma/warn/pp_ctl
index 70e6d60e8d..f61da1a8e1 100644
--- a/t/pragma/warn/pp_ctl
+++ b/t/pragma/warn/pp_ctl
@@ -126,7 +126,7 @@ no warnings 'unsafe' ;
@b = sort { last } @a ;
EXPECT
Exiting pseudo-block via last at - line 4.
-Can't "last" outside a block at - line 4.
+Can't "last" outside a loop block at - line 4.
########
# pp_ctl.c
use warnings 'unsafe' ;