aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-01-25 21:35:26 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-01-27 22:11:48 -0500
commitd9f55d774c6df52a8536114535d305841e96f105 (patch)
treeea9a5d32f35197fcb4ea5a405ceebd3c95de34e3 /test cases
parent1913a4246c6a0c0204e29e4957cafa937b251d01 (diff)
downloadmeson-d9f55d774c6df52a8536114535d305841e96f105.zip
meson-d9f55d774c6df52a8536114535d305841e96f105.tar.gz
meson-d9f55d774c6df52a8536114535d305841e96f105.tar.bz2
add location data to various Feature checks
Diffstat (limited to 'test cases')
-rw-r--r--test cases/warning/6 list add/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/warning/6 list add/test.json b/test cases/warning/6 list add/test.json
index 35c4567..9ff8fda 100644
--- a/test cases/warning/6 list add/test.json
+++ b/test cases/warning/6 list add/test.json
@@ -1,7 +1,7 @@
{
"stdout": [
{
- "line": "WARNING: Project targeting '>=0.59.0' but tried to use feature introduced in '0.60.0': list.<plus>. The right hand operand was not a list."
+ "line": "test cases/warning/6 list add/meson.build:4: WARNING: Project targeting '>=0.59.0' but tried to use feature introduced in '0.60.0': list.<plus>. The right hand operand was not a list."
}
]
}