blob: aa3b6ea86bbe0a82742f7334550b039fc8fff6e6 [file] [log] [blame]
// Tests that compiling for a target which is not installed will result in a helpful
// error message.
// compile-flags: --target=thumbv6m-none-eabi
// ignore-arm
// error-pattern:target may not be installed
fn main() { }