Skip to content

Commit

Permalink
Use ARM instead of SystemZ for testing not installed targets
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Feb 18, 2017
1 parent 8f2fc9d commit 9322a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/compile-fail/issue-37131.rs
Expand Up @@ -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() { }

0 comments on commit 9322a38

Please sign in to comment.