From 9322a38534c9ad4e6c6a048580ffd68e842d1077 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sun, 19 Feb 2017 02:28:38 +0300 Subject: [PATCH] Use ARM instead of SystemZ for testing not installed targets --- src/test/compile-fail/issue-37131.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/compile-fail/issue-37131.rs b/src/test/compile-fail/issue-37131.rs index 88c6eb7f515c3..efb0b249a8a59 100644 --- a/src/test/compile-fail/issue-37131.rs +++ b/src/test/compile-fail/issue-37131.rs @@ -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() { }