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
This commit is contained in:
commit
8d97ccf954
@ -8,6 +8,7 @@ extern crate std;
|
||||
|
||||
// pretty-mode:expanded
|
||||
// pp-exact:asm.pp
|
||||
// only-x86_64
|
||||
|
||||
pub fn main() {
|
||||
let a: i32;
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
// pretty-mode:expanded
|
||||
// pp-exact:asm.pp
|
||||
// only-x86_64
|
||||
|
||||
pub fn main() {
|
||||
let a: i32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user