diff options
| author | Urgau <urgau@numericable.fr> | 2024-04-07 00:46:35 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-04-07 01:16:45 +0200 |
| commit | 3ba0139c669868a1ece3a83a6c1891cb88b55a47 (patch) | |
| tree | e238dba686fb05d49a27792babda226d8a230491 /tests/ui/asm/inline-syntax.rs | |
| parent | c4a97d9407556081c5a8d8927ef86529b3bf4572 (diff) | |
| download | rust-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.rs | 2 |
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 { |
