未验证 提交 8d97ccf9 编写于 作者: D Dylan DPC 提交者: GitHub

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
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册