summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-11-14 02:16:57 -0500
committerEli Schwartz <eschwartz@archlinux.org>2021-11-20 20:48:30 -0500
commit8dbb0ee476493d3059a5b4a4db61fbc3bd162bef (patch)
tree9fcf8c211ae510d949e6892322dabf62c0c0b0fa /test cases
parent7a033c78870e55b00d10a6499b40ad98b88a0509 (diff)
downloadmeson-8dbb0ee476493d3059a5b4a4db61fbc3bd162bef.tar.gz
Feature kwargs decorator: automatically report the nodes which trigger an issue
Diffstat (limited to 'test cases')
-rw-r--r--test cases/warning/1 version for string div/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/warning/1 version for string div/test.json b/test cases/warning/1 version for string div/test.json
index c37931a92..4622c1e94 100644
--- a/test cases/warning/1 version for string div/test.json
+++ b/test cases/warning/1 version for string div/test.json
@@ -2,7 +2,7 @@
"stdout": [
{
"comment": "literal '/' appears in output, irrespective of os.path.sep, as that's the operator",
- "line": "WARNING: Project targeting '>=0.48.0' but tried to use feature introduced in '0.49.0': / with string arguments."
+ "line": "test cases/warning/1 version for string div/meson.build:3: WARNING: Project targeting '>=0.48.0' but tried to use feature introduced in '0.49.0': / with string arguments."
}
]
}