From cc16f25efbd588df9b76aabb1485cd24597c0a5f Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Sat, 13 Jun 2020 00:41:39 -0700 Subject: [PATCH] [PATCH] pretty/asm.rs should only be tested for x86_64 and not AArch64 Gbp-Pq: Name u-249a46f56cbbb6ffecb726d07163741093da6406.patch --- src/test/pretty/asm.pp | 1 + src/test/pretty/asm.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/test/pretty/asm.pp b/src/test/pretty/asm.pp index 1723e1cc1c..4903050e08 100644 --- a/src/test/pretty/asm.pp +++ b/src/test/pretty/asm.pp @@ -8,6 +8,7 @@ extern crate std; // pretty-mode:expanded // pp-exact:asm.pp +// only-x86_64 pub fn main() { let a: i32; diff --git a/src/test/pretty/asm.rs b/src/test/pretty/asm.rs index 9812f1d97e..12c32e6721 100644 --- a/src/test/pretty/asm.rs +++ b/src/test/pretty/asm.rs @@ -2,6 +2,7 @@ // pretty-mode:expanded // pp-exact:asm.pp +// only-x86_64 pub fn main() { let a: i32; -- 2.30.2