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:
Dylan DPC 2020-06-13 16:47:56 +02:00 committed by GitHub
commit 8d97ccf954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ extern crate std;
// pretty-mode:expanded // pretty-mode:expanded
// pp-exact:asm.pp // pp-exact:asm.pp
// only-x86_64
pub fn main() { pub fn main() {
let a: i32; let a: i32;

View file

@ -2,6 +2,7 @@
// pretty-mode:expanded // pretty-mode:expanded
// pp-exact:asm.pp // pp-exact:asm.pp
// only-x86_64
pub fn main() { pub fn main() {
let a: i32; let a: i32;