Skip to content

Commit

Permalink
use build-fail for asm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 committed Sep 20, 2024
1 parent 539b624 commit 3b0701a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/asm/aarch64/type-check-4.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ only-aarch64
//@ compile-flags: --emit=asm
//@ build-fail

use std::arch::global_asm;

Expand Down
2 changes: 1 addition & 1 deletion tests/ui/asm/x86_64/type-check-4.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ only-x86_64
//@ compile-flags: --emit asm
//@ build-fail

use std::arch::global_asm;

Expand Down

0 comments on commit 3b0701a

Please sign in to comment.