Rollup merge of #33753 - mmatyas:armtestfix, r=alexcrichton

Fix `asm-misplaced-option` on ARM/AArch64

This fixes rust-lang/rust#33737. Of course, since we don't run `make check` for ARM cross builds, you probably won't notice it.
This commit is contained in:
Guillaume Gomez 2016-05-27 10:50:02 +02:00
commit 575149561e

View File

@ -9,6 +9,8 @@
// except according to those terms.
// ignore-android
// ignore-arm
// ignore-aarch64
#![feature(asm, rustc_attrs)]