summaryrefslogtreecommitdiff
path: root/t/pragma/warn/utf8
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/warn/utf8')
-rw-r--r--t/pragma/warn/utf84
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/warn/utf8 b/t/pragma/warn/utf8
index 6a2fe5446c..012c65529e 100644
--- a/t/pragma/warn/utf8
+++ b/t/pragma/warn/utf8
@@ -24,6 +24,6 @@ my $a = "snøstorm" ;
my $a = "snøstorm";
}
EXPECT
-Malformed UTF-8 character at - line 3.
-Malformed UTF-8 character at - line 8.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 3.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 8.
########