mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user