Skip to content

Commit

Permalink
Rollup merge of rust-lang#33753 - mmatyas:armtestfix, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix `asm-misplaced-option` on ARM/AArch64

This fixes rust-lang#33737. Of course, since we don't run `make check` for ARM cross builds, you probably won't notice it.
  • Loading branch information
GuillaumeGomez committed May 27, 2016
2 parents 97e3a24 + ba8d46e commit 5751495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/compile-fail/asm-misplaced-option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
// except according to those terms.

// ignore-android
// ignore-arm
// ignore-aarch64

#![feature(asm, rustc_attrs)]

Expand Down

0 comments on commit 5751495

Please sign in to comment.