diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-06-14 15:36:16 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-06-22 09:13:41 -0700 |
| commit | a551e7613728051a398f296cda40a4c8cf25dcbb (patch) | |
| tree | c87b1caab920922cfa7d2521aa0f2620f99306f7 /test cases | |
| parent | 596c8d4af50d0e5a25ee0ee1e177e46b6c7ad22e (diff) | |
| download | meson-a551e7613728051a398f296cda40a4c8cf25dcbb.tar.gz | |
interpreter: use typed_pos_args for install_data
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/failing/95 custom target install data/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/95 custom target install data/test.json b/test cases/failing/95 custom target install data/test.json index 64ef53070..c8004d660 100644 --- a/test cases/failing/95 custom target install data/test.json +++ b/test cases/failing/95 custom target install data/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/95 custom target install data/meson.build:11:0: ERROR: Argument must be string or file." + "line": "test cases/failing/95 custom target install data/meson.build:11:0: ERROR: install_data argument 1 was of type \"CustomTarget\" but should have been one of: \"str\", \"File\"" } ] } |
