pretty/asm.rs should only be tested for x86_64 and not AArch64

This commit is contained in:
Yerkebulan Tulibergenov 2020-06-13 00:41:39 -07:00
parent 1fb612bd15
commit 249a46f56c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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