That used to abort in previous Meson versions but 0.59 stopped forbidding that by mistake.pull/9202/head
parent
9bf669a016
commit
d67850b45e
3 changed files with 13 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
project('fallback and allow_fallback') |
||||||
|
|
||||||
|
dependency('foo', fallback: 'foo', allow_fallback: false) |
@ -0,0 +1,8 @@ |
|||||||
|
{ |
||||||
|
"stdout": [ |
||||||
|
{ |
||||||
|
"line": "test cases/failing/114 allow_fallback with fallback/meson.build:3:0: ERROR: \"fallback\" and \"allow_fallback\" arguments are mutually exclusive" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue