diff options
| author | mejrs <> | 2022-11-13 15:51:05 +0100 |
|---|---|---|
| committer | mejrs <> | 2022-11-21 15:24:51 +0100 |
| commit | f47abd89877b7cfa84e28465aaf647cd48bbc503 (patch) | |
| tree | 914ae06ae31258de1f9c086981bc2cf9f93fe2ac | |
| parent | e8e47e08731599e95724680ffbc574455bfeb233 (diff) | |
| download | rust-f47abd89877b7cfa84e28465aaf647cd48bbc503.tar.gz rust-f47abd89877b7cfa84e28465aaf647cd48bbc503.zip | |
Fix make test
| -rw-r--r-- | src/test/run-make/translation/broken.ftl | 2 | ||||
| -rw-r--r-- | src/test/run-make/translation/missing.ftl | 2 | ||||
| -rw-r--r-- | src/test/run-make/translation/working.ftl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/run-make/translation/broken.ftl b/src/test/run-make/translation/broken.ftl index 4e358583528..f1dd6ff0bbd 100644 --- a/src/test/run-make/translation/broken.ftl +++ b/src/test/run-make/translation/broken.ftl @@ -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 diff --git a/src/test/run-make/translation/missing.ftl b/src/test/run-make/translation/missing.ftl index 77bbda3575b..6be24dc7bb9 100644 --- a/src/test/run-make/translation/missing.ftl +++ b/src/test/run-make/translation/missing.ftl @@ -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 diff --git a/src/test/run-make/translation/working.ftl b/src/test/run-make/translation/working.ftl index d5ea8673875..50d126e3fbf 100644 --- a/src/test/run-make/translation/working.ftl +++ b/src/test/run-make/translation/working.ftl @@ -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 |
