diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/diagnostics.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diagnostics.t b/lib/diagnostics.t index 06ab5363d5..dae2754b0d 100644 --- a/lib/diagnostics.t +++ b/lib/diagnostics.t @@ -35,7 +35,7 @@ seek STDERR, 0,0; $warning = ''; warn 'Lexing code attempted to stuff non-Latin-1 character into Latin-1 input'; -like $warning, qr/using lex_stuff_pvn_flags or similar/, 'L<foo|bar/baz>'; +like $warning, qr/using lex_stuff_pvn or similar/, 'L<foo|bar/baz>'; # Multiple messages with the same description seek STDERR, 0,0; |