about summary refs log tree commit diff
path: root/tests/ui/asm/inline-syntax.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-16 20:02:50 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-16 20:02:50 +0000
commitec2cc761bc7067712ecc7734502f703fe3b024c8 (patch)
tree7ab55cd9562da45b86c959f1b98c199b2b03ca92 /tests/ui/asm/inline-syntax.rs
parente53d6dd35bb38b81dff4b00497f4c152e9009499 (diff)
downloadrust-ec2cc761bc7067712ecc7734502f703fe3b024c8.tar.gz
rust-ec2cc761bc7067712ecc7734502f703fe3b024c8.zip
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
Diffstat (limited to 'tests/ui/asm/inline-syntax.rs')
-rw-r--r--tests/ui/asm/inline-syntax.rs26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/ui/asm/inline-syntax.rs b/tests/ui/asm/inline-syntax.rs
index a8c6c71b805..6da1b89ed67 100644
--- a/tests/ui/asm/inline-syntax.rs
+++ b/tests/ui/asm/inline-syntax.rs
@@ -1,17 +1,17 @@
-// revisions: x86_64 arm arm_llvm_18
-//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
-//[x86_64] check-pass
-//[x86_64] 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
+//@ revisions: x86_64 arm arm_llvm_18
+//@[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
+//@[x86_64] check-pass
+//@[x86_64] 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.
-//[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf
-//[arm_llvm_18] build-fail
-//[arm_llvm_18] needs-llvm-components: arm
-//[arm_llvm_18] min-llvm-version: 18
-// needs-asm-support
+//@[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf
+//@[arm_llvm_18] build-fail
+//@[arm_llvm_18] needs-llvm-components: arm
+//@[arm_llvm_18] min-llvm-version: 18
+//@ needs-asm-support
 
 #![feature(no_core, lang_items, rustc_attrs)]
 #![crate_type = "rlib"]