Also add a failing test case for that error.pull/7021/head
parent
7996ca3d55
commit
79b2eeb1ba
3 changed files with 10 additions and 1 deletions
@ -0,0 +1,2 @@ |
||||
project('compiler without lang') |
||||
meson.get_compiler('c') |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/109 compiler no lang/meson.build:2:6: ERROR: Tried to access compiler for language \"c\", not specified for host machine." |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue