Use ARM instead of SystemZ for testing not installed targets

This commit is contained in:
Vadim Petrochenkov 2017-02-19 02:28:38 +03:00
parent 8f2fc9db15
commit 9322a38534

View file

@ -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() { }