pretty/asm.rs should only be tested for x86_64 and not AArch64
This commit is contained in:
parent
1fb612bd15
commit
249a46f56c
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue