2016-11-17 13:59:28 +08:00
|
|
|
// Tests that compiling for a target which is not installed will result in a helpful
|
|
|
|
// error message.
|
|
|
|
|
2017-02-19 02:28:38 +03:00
|
|
|
// compile-flags: --target=thumbv6m-none-eabi
|
|
|
|
// ignore-arm
|
2020-08-02 18:23:49 +03:00
|
|
|
// needs-llvm-components: arm
|
2016-11-17 13:59:28 +08:00
|
|
|
|
|
|
|
// error-pattern:target may not be installed
|
|
|
|
fn main() { }
|