Skip to content

Commit 1b888f2

Browse files
committed
Remove undeclared revision directives from ui/asm/inline-syntax
1 parent 642b1f3 commit 1b888f2

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

tests/ui/asm/inline-syntax.rs

+13-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
// revisions: x86_64 arm arm_llvm_18
2-
//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
3-
//[x86_64] check-pass
4-
//[x86_64] needs-llvm-components: x86
5-
//[x86_64_allowed] compile-flags: --target x86_64-unknown-linux-gnu
6-
//[x86_64_allowed] check-pass
7-
//[x86_64_allowed] needs-llvm-components: x86
8-
//[arm] compile-flags: --target armv7-unknown-linux-gnueabihf
9-
//[arm] build-fail
10-
//[arm] needs-llvm-components: arm
11-
//[arm] ignore-llvm-version: 18 - 99
1+
//@ revisions: x86_64 arm arm_llvm_18
2+
//@[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
3+
//@[x86_64] check-pass
4+
//@[x86_64] needs-llvm-components: x86
5+
//@[arm] compile-flags: --target armv7-unknown-linux-gnueabihf
6+
//@[arm] build-fail
7+
//@[arm] needs-llvm-components: arm
8+
//@[arm] ignore-llvm-version: 18 - 99
129
// Newer LLVM produces extra error notes.
13-
//[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf
14-
//[arm_llvm_18] build-fail
15-
//[arm_llvm_18] needs-llvm-components: arm
16-
//[arm_llvm_18] min-llvm-version: 18
17-
// needs-asm-support
10+
//@[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf
11+
//@[arm_llvm_18] build-fail
12+
//@[arm_llvm_18] needs-llvm-components: arm
13+
//@[arm_llvm_18] min-llvm-version: 18
14+
//@ needs-asm-support
1815

1916
#![feature(no_core, lang_items, rustc_attrs)]
2017
#![crate_type = "rlib"]

0 commit comments

Comments
 (0)