aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-19 10:53:17 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-05-19 07:18:43 -0400
commit087e7943d0e4210b3edb40e075189e4e40ba5f52 (patch)
treed6e0bbdad49ab778b191535cf41d82367b765a00 /test cases/common
parent153e81a81623b2abad12eff1043c0d5b474f5c15 (diff)
downloadmeson-087e7943d0e4210b3edb40e075189e4e40ba5f52.zip
meson-087e7943d0e4210b3edb40e075189e4e40ba5f52.tar.gz
meson-087e7943d0e4210b3edb40e075189e4e40ba5f52.tar.bz2
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')
-rw-r--r--test cases/common/44 pkgconfig-gen/test.json4
-rw-r--r--test cases/common/62 string arithmetic/test.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/test cases/common/44 pkgconfig-gen/test.json b/test cases/common/44 pkgconfig-gen/test.json
index c2eab20..9e611b1 100644
--- a/test cases/common/44 pkgconfig-gen/test.json
+++ b/test cases/common/44 pkgconfig-gen/test.json
@@ -18,10 +18,10 @@
],
"stdout": [
{
- "line": "test cases/common/44 pkgconfig-gen/meson.build:164: WARNING: Project targeting '>=0.60.0' but tried to use feature introduced in '0.62.0': pkgconfig.generate implicit variable for builtin directories."
+ "line": "test cases/common/44 pkgconfig-gen/meson.build:164: WARNING: Project targeting '>=0.60.0' but uses feature introduced in '0.62.0': pkgconfig.generate implicit variable for builtin directories."
},
{
- "line": "test cases/common/44 pkgconfig-gen/meson.build:170: WARNING: Project targeting '>=0.60.0' but tried to use feature introduced in '0.62.0': pkgconfig.generate implicit variable for builtin directories.",
+ "line": "test cases/common/44 pkgconfig-gen/meson.build:170: WARNING: Project targeting '>=0.60.0' but uses feature introduced in '0.62.0': pkgconfig.generate implicit variable for builtin directories.",
"count": 0
},
{
diff --git a/test cases/common/62 string arithmetic/test.json b/test cases/common/62 string arithmetic/test.json
index e3519d0..62eed02 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."
}
]
}