about summary refs log tree commit diff
path: root/tests/ui/asm/inline-syntax.rs
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2024-04-07 00:46:35 +0200
committerUrgau <urgau@numericable.fr>2024-04-07 01:16:45 +0200
commit3ba0139c669868a1ece3a83a6c1891cb88b55a47 (patch)
treee238dba686fb05d49a27792babda226d8a230491 /tests/ui/asm/inline-syntax.rs
parentc4a97d9407556081c5a8d8927ef86529b3bf4572 (diff)
downloadrust-3ba0139c669868a1ece3a83a6c1891cb88b55a47.tar.gz
rust-3ba0139c669868a1ece3a83a6c1891cb88b55a47.zip
Remove useless configs in tests
Since they are never set and don't have impact on the test.

Or for the cfg-panic tests are already tested with check-cfg.
Diffstat (limited to 'tests/ui/asm/inline-syntax.rs')
-rw-r--r--tests/ui/asm/inline-syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/asm/inline-syntax.rs b/tests/ui/asm/inline-syntax.rs
index 6da1b89ed67..4a98d37aca0 100644
--- a/tests/ui/asm/inline-syntax.rs
+++ b/tests/ui/asm/inline-syntax.rs
@@ -16,7 +16,7 @@
 #![feature(no_core, lang_items, rustc_attrs)]
 #![crate_type = "rlib"]
 #![no_core]
-#![cfg_attr(x86_64_allowed, allow(bad_asm_style))]
+
 
 #[rustc_builtin_macro]
 macro_rules! asm {