Skip to content

Commit

Permalink
Update tests/ui/asm_syntax.rs
Browse files Browse the repository at this point in the history
Use a single `only` header command in asm_syntax test
  • Loading branch information
ebroto authored Sep 30, 2020
1 parent 0690f9c commit 507561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/asm_syntax.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(asm)]
// only-x86 only-x86_64
// only-x86_64

#[warn(clippy::inline_asm_x86_intel_syntax)]
mod warn_intel {
Expand Down

0 comments on commit 507561e

Please sign in to comment.