summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-11-18 11:00:17 +1100
committerTony Cook <tony@develop-help.com>2013-11-18 11:00:17 +1100
commitca53e5d538c69672817c510e43c842c5a2bd2557 (patch)
tree876aacedaa41e1f4d8c85c58c1c36758e6a5449a
parentc9ca859379e0038cd8bb6170fee4b33f9e314e70 (diff)
downloadperl-ca53e5d538c69672817c510e43c842c5a2bd2557.tar.gz
fix expected failure text for new croak.t test
-rw-r--r--t/lib/croak/toke2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/croak/toke b/t/lib/croak/toke
index 90204526a3..d6026d2566 100644
--- a/t/lib/croak/toke
+++ b/t/lib/croak/toke
@@ -13,7 +13,7 @@ Can't find string terminator "foo" anywhere before EOF at (eval 1) line 1.
/\N{/
EXPECT
Missing right brace on \N{} or unescaped left brace after \N at - line 1, within pattern
-Execution of -e aborted due to compilation errors.
+Execution of - aborted due to compilation errors.
########
# NAME Missing name in "my sub"
use feature 'lexical_subs'; my sub;