diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-02-10 01:53:45 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-02-14 09:13:53 +0000 |
| commit | ee88f3435ae43c89fb9e0fe4feab6114a6e616ff (patch) | |
| tree | 22a6a0c91c03c5def233c72cc4aead3c22e39a5e /tests/ui/asm/inline-syntax.rs | |
| parent | bdc15928c8119a86d15e2946cb54851264607842 (diff) | |
| download | rust-ee88f3435ae43c89fb9e0fe4feab6114a6e616ff.tar.gz rust-ee88f3435ae43c89fb9e0fe4feab6114a6e616ff.zip | |
Fix two UI tests with incorrect directive / invalid revision
Diffstat (limited to 'tests/ui/asm/inline-syntax.rs')
| -rw-r--r-- | tests/ui/asm/inline-syntax.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ui/asm/inline-syntax.rs b/tests/ui/asm/inline-syntax.rs index 9398a87df62..a8c6c71b805 100644 --- a/tests/ui/asm/inline-syntax.rs +++ b/tests/ui/asm/inline-syntax.rs @@ -2,14 +2,11 @@ //[x86_64] compile-flags: --target x86_64-unknown-linux-gnu //[x86_64] check-pass //[x86_64] needs-llvm-components: x86 -//[x86_64_allowed] compile-flags: --target x86_64-unknown-linux-gnu -//[x86_64_allowed] check-pass -//[x86_64_allowed] needs-llvm-components: x86 //[arm] compile-flags: --target armv7-unknown-linux-gnueabihf //[arm] build-fail //[arm] needs-llvm-components: arm //[arm] ignore-llvm-version: 18 - 99 -// Newer LLVM produces extra error notes. +//Newer LLVM produces extra error notes. //[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf //[arm_llvm_18] build-fail //[arm_llvm_18] needs-llvm-components: arm |
