mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

tests: aarch64-outline-atomics: Remove hardcoded target Since this test is limited to aarch64 and linux hosts, the `--target` flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead.