Skip to content

Commit

Permalink
Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=…
Browse files Browse the repository at this point in the history
…Amanieu

pretty/asm.rs should only be tested for x86_64 and not AArch64

pretty/asm.rs should only be tested for x86_64 and not AArch64
closes #73134
r?  @Amanieu
  • Loading branch information
Dylan-DPC committed Jun 13, 2020
2 parents a879f9c + 249a46f commit 8d97ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/pretty/asm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// pretty-mode:expanded
// pp-exact:asm.pp
// only-x86_64

pub fn main() {
let a: i32;
Expand Down
1 change: 1 addition & 0 deletions src/test/pretty/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// pretty-mode:expanded
// pp-exact:asm.pp
// only-x86_64

pub fn main() {
let a: i32;
Expand Down

0 comments on commit 8d97ccf

Please sign in to comment.