Skip to content

Commit 6700a13

Browse files
authored
Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=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
2 parents 7643837 + 249a46f commit 6700a13

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)