Skip to content

Commit 9322a38

Browse files
committed
Use ARM instead of SystemZ for testing not installed targets
1 parent 8f2fc9d commit 9322a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/compile-fail/issue-37131.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// Tests that compiling for a target which is not installed will result in a helpful
1212
// error message.
1313

14-
// compile-flags: --target=s390x-unknown-linux-gnu
15-
// ignore s390x
14+
// compile-flags: --target=thumbv6m-none-eabi
15+
// ignore-arm
1616

1717
// error-pattern:target may not be installed
1818
fn main() { }

0 commit comments

Comments
 (0)