diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-08-27 11:42:11 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2021-10-09 18:13:34 -0400 |
| commit | 953bbf5e1946f14d486ee28cd3cd261cbb79b33f (patch) | |
| tree | d14727a44a8835ee17f2870653f815c33945ee3e /test cases/failing | |
| parent | a844e9bdb0ad89114e73c8ea9906606990fcfc51 (diff) | |
| download | meson-953bbf5e1946f14d486ee28cd3cd261cbb79b33f.tar.gz | |
optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()
Diffstat (limited to 'test cases/failing')
| -rw-r--r-- | test cases/failing/60 bad option argument/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/60 bad option argument/test.json b/test cases/failing/60 bad option argument/test.json index a2b27483e..38712b6a3 100644 --- a/test cases/failing/60 bad option argument/test.json +++ b/test cases/failing/60 bad option argument/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/60 bad option argument/meson_options.txt:1:0: ERROR: Invalid kwargs for option \"name\": \"vaule\"" + "line": "test cases/failing/60 bad option argument/meson_options.txt:1:0: ERROR: option got unknown keyword arguments \"vaule\"" } ] } |
