diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-04-02 21:28:54 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-04-09 12:29:59 +0100 |
| commit | c93005ee651422f1920ef2a68e5ab9ff772b4b06 (patch) | |
| tree | bc8448b8055eecaf533b29a1c7e0f4f74b3aad74 /src | |
| parent | 609eacbb22eb9014fdea1618105a294f0dc8a63e (diff) | |
| download | rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.tar.gz rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.zip | |
update cfgs
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/header/tests.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/compiletest/src/header/tests.rs b/src/tools/compiletest/src/header/tests.rs index ff6bc49b72a..1a796cdd7cd 100644 --- a/src/tools/compiletest/src/header/tests.rs +++ b/src/tools/compiletest/src/header/tests.rs @@ -459,9 +459,6 @@ fn profiler_runtime() { #[test] fn asm_support() { let asms = [ - #[cfg(bootstrap)] - ("avr-unknown-gnu-atmega328", false), - #[cfg(not(bootstrap))] ("avr-none", false), ("i686-unknown-netbsd", true), ("riscv32gc-unknown-linux-gnu", true), |
