[PATCH] pretty/asm.rs should only be tested for x86_64 and not AArch64
authorYerkebulan Tulibergenov <yerkebulan@gmail.com>
Sat, 13 Jun 2020 07:41:39 +0000 (00:41 -0700)
committerXimin Luo <infinity0@debian.org>
Thu, 6 Aug 2020 20:11:39 +0000 (21:11 +0100)
Gbp-Pq: Name u-249a46f56cbbb6ffecb726d07163741093da6406.patch

src/test/pretty/asm.pp
src/test/pretty/asm.rs

index 1723e1cc1cb095da734f73c75499cc93f00bc1c4..4903050e08ed266e9f30b64864822be165d7cc86 100644 (file)
@@ -8,6 +8,7 @@ extern crate std;
 
 // pretty-mode:expanded
 // pp-exact:asm.pp
+// only-x86_64
 
 pub fn main() {
     let a: i32;
index 9812f1d97e5ff21949c9c6097bc7f6188918e6f7..12c32e6721b334b6e69dd891819cde93989e0ffc 100644 (file)
@@ -2,6 +2,7 @@
 
 // pretty-mode:expanded
 // pp-exact:asm.pp
+// only-x86_64
 
 pub fn main() {
     let a: i32;