Skip to content

Commit

Permalink
Fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
mejrs committed Nov 21, 2022
1 parent e8e47e0 commit f47abd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/run-make/translation/broken.ftl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/test/run-make/translation/missing.ftl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/test/run-make/translation/working.ftl
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f47abd8

Please sign in to comment.