diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-19 10:53:17 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-05-19 07:18:43 -0400 |
| commit | 087e7943d0e4210b3edb40e075189e4e40ba5f52 (patch) | |
| tree | d6e0bbdad49ab778b191535cf41d82367b765a00 /test cases/common/62 string arithmetic | |
| parent | 153e81a81623b2abad12eff1043c0d5b474f5c15 (diff) | |
| download | meson-087e7943d0e4210b3edb40e075189e4e40ba5f52.tar.gz | |
Reword misleading warning
"tried to use" implies that the attempt was not successful, i.e. that meson
ignored the feature. But that is not what happens, apart from the warning the
feature works just fine. The new message is also shorter ;)
Diffstat (limited to 'test cases/common/62 string arithmetic')
| -rw-r--r-- | test cases/common/62 string arithmetic/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/62 string arithmetic/test.json b/test cases/common/62 string arithmetic/test.json index e3519d050..62eed02d1 100644 --- a/test cases/common/62 string arithmetic/test.json +++ b/test cases/common/62 string arithmetic/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/common/62 string arithmetic/meson.build:25: WARNING: Project targeting '>=0.62.0' but tried to use feature introduced in '0.63.0': multiline format strings." + "line": "test cases/common/62 string arithmetic/meson.build:25: WARNING: Project targeting '>=0.62.0' but uses feature introduced in '0.63.0': multiline format strings." } ] } |
