summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/uni/parser.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/parser.t b/t/uni/parser.t
index 5b1c37be3d..f142edb609 100644
--- a/t/uni/parser.t
+++ b/t/uni/parser.t
@@ -105,6 +105,6 @@ is ${"main::\345\225\217"}, undef, "..and using the encoded form doesn't";
use charnames qw( :full );
eval qq! my \$\x{30cb} \N{DROMEDARY CAMEL} !;
- is $@, 'Unrecognized character \x{1f42a}; marked by <-- HERE after my $ニ <-- HERE near column 8 at (eval 13) line 1.
+ is $@, 'Unrecognized character \x{1f42a}; marked by <-- HERE after my $ニ <-- HERE near column 8 at (eval 11) line 1.
', "'Unrecognized character' croak is UTF-8 clean";
}