summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-06-14 15:36:16 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-06-22 09:13:41 -0700
commita551e7613728051a398f296cda40a4c8cf25dcbb (patch)
treec87b1caab920922cfa7d2521aa0f2620f99306f7 /test cases
parent596c8d4af50d0e5a25ee0ee1e177e46b6c7ad22e (diff)
downloadmeson-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.json2
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\""
}
]
}