Use ARM instead of SystemZ for testing not installed targets
This commit is contained in:
parent
8f2fc9db15
commit
9322a38534
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
// Tests that compiling for a target which is not installed will result in a helpful
|
||||
// error message.
|
||||
|
||||
// compile-flags: --target=s390x-unknown-linux-gnu
|
||||
// ignore s390x
|
||||
// compile-flags: --target=thumbv6m-none-eabi
|
||||
// ignore-arm
|
||||
|
||||
// error-pattern:target may not be installed
|
||||
fn main() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue