diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-05-13 12:10:25 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-05-14 11:04:51 -0700 |
commit | 4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a (patch) | |
tree | 9867fa157519ce5d7bcc77143046ec5efdee949c /test cases/warning | |
parent | 93dc9cfcc3ef946680ebe4724977c4b93ffa4a0f (diff) | |
download | meson-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/warning')
-rw-r--r-- | test cases/warning/1 version for string div/test.json | 2 |
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." } ] } |