diff options
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/failing/41 custom target plainname many inputs/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/41 custom target plainname many inputs/test.json b/test cases/failing/41 custom target plainname many inputs/test.json index 8c15cda..66a56f6 100644 --- a/test cases/failing/41 custom target plainname many inputs/test.json +++ b/test cases/failing/41 custom target plainname many inputs/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/41 custom target plainname many inputs/meson.build:5:0: ERROR: Output cannot contain @PLAINNAME@ or @BASENAME@ when there is more than one input (we can't know which to use)" + "line": "test cases/failing/41 custom target plainname many inputs/meson.build:5:0: ERROR: custom_target: output cannot containe \"@PLAINNAME@\" or \"@BASENAME@\" when there is more than one input (we can't know which to use)" } ] } |