about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduardo Broto <ebroto@tutanota.com>2020-09-30 23:30:49 +0200
committerGitHub <noreply@github.com>2020-09-30 23:30:49 +0200
commit507561ecfcec33d4263cff17cfe953518b8c3ce6 (patch)
treeacc69f39f0bb033cc6e714729176a7793eab9675
parent0690f9c5d526baa593cc62b175ef5e7f2c8f4f9c (diff)
downloadrust-507561ecfcec33d4263cff17cfe953518b8c3ce6.tar.gz
rust-507561ecfcec33d4263cff17cfe953518b8c3ce6.zip
Update tests/ui/asm_syntax.rs
Use a single `only` header command in asm_syntax test
-rw-r--r--tests/ui/asm_syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/asm_syntax.rs b/tests/ui/asm_syntax.rs
index 049bfa604d5..658cae397e1 100644
--- a/tests/ui/asm_syntax.rs
+++ b/tests/ui/asm_syntax.rs
@@ -1,5 +1,5 @@
 #![feature(asm)]
-// only-x86 only-x86_64
+// only-x86_64
 
 #[warn(clippy::inline_asm_x86_intel_syntax)]
 mod warn_intel {