diff options
| author | Alice Ryhl <aliceryhl@google.com> | 2024-05-15 13:09:02 +0200 |
|---|---|---|
| committer | Alice Ryhl <aliceryhl@google.com> | 2024-05-15 13:09:02 +0200 |
| commit | 7677ff2879dda850c4e0622116be7751a77a2810 (patch) | |
| tree | f6457d710eb75f6e48424dde70b9f197216093e2 | |
| parent | 0ce51f59ecd61a4e725a3e0f0fa39dcf703d755b (diff) | |
| download | rust-7677ff2879dda850c4e0622116be7751a77a2810.tar.gz rust-7677ff2879dda850c4e0622116be7751a77a2810.zip | |
Remove aarch64 from revisions list
| -rw-r--r-- | tests/ui/abi/fixed_x18.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/abi/fixed_x18.rs b/tests/ui/abi/fixed_x18.rs index e62b9c24d22..6d00cb2709d 100644 --- a/tests/ui/abi/fixed_x18.rs +++ b/tests/ui/abi/fixed_x18.rs @@ -1,7 +1,7 @@ // This tests that -Zfixed-x18 causes a compilation failure on targets other than aarch64. // Behavior on aarch64 is tested by tests/codegen/fixed-x18.rs. // -//@ revisions: x64 i686 aarch64 arm riscv32 riscv64 +//@ revisions: x64 i686 arm riscv32 riscv64 // //@ compile-flags: -Zfixed-x18 //@ [x64] needs-llvm-components: x86 |
