aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-05-13 12:10:25 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-05-14 11:04:51 -0700
commit4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a (patch)
tree9867fa157519ce5d7bcc77143046ec5efdee949c /test cases
parent93dc9cfcc3ef946680ebe4724977c4b93ffa4a0f (diff)
downloadmeson-4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a.zip
meson-4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a.tar.gz
meson-4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a.tar.bz2
interpreterbase: Allow passing an extra message in feature/deprecation warnings
The intended use it to tell people the new thing to do.
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 ce1af59..c37931a 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": "WARNING: Project targeting '>=0.48.0' but tried to use feature introduced in '0.49.0': / with string arguments."
}
]
}