Skip to content

Commit 507561e

Browse files
authored
Update tests/ui/asm_syntax.rs
Use a single `only` header command in asm_syntax test
1 parent 0690f9c commit 507561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/asm_syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(asm)]
2-
// only-x86 only-x86_64
2+
// only-x86_64
33

44
#[warn(clippy::inline_asm_x86_intel_syntax)]
55
mod warn_intel {

0 commit comments

Comments
 (0)