Fix make test

This commit is contained in:
mejrs 2022-11-13 15:51:05 +01:00
parent e8e47e0873
commit f47abd8987
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# `foo` isn't provided by this diagnostic so it is expected that the fallback message is used.
parser_struct_literal_body_without_path = this is a {$foo} message
parse_struct_literal_body_without_path = this is a {$foo} message
.suggestion = this is a test suggestion

View File

@ -1,3 +1,3 @@
# `parser_struct_literal_body_without_path` isn't provided by this resource at all, so the
# `parse_struct_literal_body_without_path` isn't provided by this resource at all, so the
# fallback should be used.
foo = bar

View File

@ -1,2 +1,2 @@
parser_struct_literal_body_without_path = this is a test message
parse_struct_literal_body_without_path = this is a test message
.suggestion = this is a test suggestion