diff options
Diffstat (limited to 'test cases/failing/115 run_target in test/test.json')
-rw-r--r-- | test cases/failing/115 run_target in test/test.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/failing/115 run_target in test/test.json b/test cases/failing/115 run_target in test/test.json new file mode 100644 index 0000000..6eddb7c --- /dev/null +++ b/test cases/failing/115 run_target in test/test.json @@ -0,0 +1,8 @@ +{ + "stdout": [ + { + "line": "test cases/failing/115 run_target in test/meson.build:7:0: ERROR: test keyword argument 'args' was of type array[RunTarget] but should have been array[str | File | BuildTarget | CustomTarget | CustomTargetIndex]" + } + ] +} + |