That used to abort in previous Meson versions but 0.59 stopped forbidding that by mistake.pull/9295/head
parent
8aeefb86bc
commit
0d26cbe54d
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