Skip to content

Commit

Permalink
pretty/asm.rs should only be tested for x86_64 and not AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke committed Jun 13, 2020
1 parent 1fb612b commit 249a46f
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 249a46f

Please sign in to comment.