Skip to content

Commit 249a46f

Browse files
committed
pretty/asm.rs should only be tested for x86_64 and not AArch64
1 parent 1fb612b commit 249a46f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/pretty/asm.pp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// pretty-mode:expanded
1010
// pp-exact:asm.pp
11+
// only-x86_64
1112

1213
pub fn main() {
1314
let a: i32;

src/test/pretty/asm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// pretty-mode:expanded
44
// pp-exact:asm.pp
5+
// only-x86_64
56

67
pub fn main() {
78
let a: i32;

0 commit comments

Comments
 (0)