aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-11-19 10:42:38 -0800
committerDylan Baker <dylan@pnwbakers.com>2021-11-22 12:24:33 -0800
commit762c504612a15109451c647752227be352e15e62 (patch)
treec1e324338c1c9cb18b24ffcdcf01e3777b9b00f2 /test cases
parentecc47d67a945760c3d5e739581fa984bfea6a840 (diff)
downloadmeson-762c504612a15109451c647752227be352e15e62.zip
meson-762c504612a15109451c647752227be352e15e62.tar.gz
meson-762c504612a15109451c647752227be352e15e62.tar.bz2
typed_kwargs: use | for type unions, not ,
Python uses this syntax now, as does typescript and other languages
Diffstat (limited to 'test cases')
-rw-r--r--test cases/failing/116 run_target in test/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/116 run_target in test/test.json b/test cases/failing/116 run_target in test/test.json
index 7826ceb..e08aa03 100644
--- a/test cases/failing/116 run_target in test/test.json
+++ b/test cases/failing/116 run_target in test/test.json
@@ -1,7 +1,7 @@
{
"stdout": [
{
- "line": "test cases/failing/116 run_target in test/meson.build:4:0: ERROR: test keyword argument 'args' was of type list[RunTarget] but should have been list[str,File,BuildTarget,CustomTarget]"
+ "line": "test cases/failing/116 run_target in test/meson.build:4:0: ERROR: test keyword argument 'args' was of type array[RunTarget] but should have been array[str | File | BuildTarget | CustomTarget]"
}
]
}