Skip to content

Commit 37df80a

Browse files
committed
remove default directive
1 parent 656a38f commit 37df80a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/ui/linking/link-self-contained-consistency.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Checks that self-contained linking components cannot be both enabled and disabled at the same
22
// time on the CLI.
33

4-
//@ check-fail
54
//@ revisions: one many
65
//@ [one] compile-flags: -Clink-self-contained=-linker -Clink-self-contained=+linker
76
//@ [many] compile-flags: -Clink-self-contained=+linker,+crto -Clink-self-contained=-linker,-crto -Zunstable-options

tests/ui/linking/link-self-contained-unstable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Checks that values for `-Clink-self-contained` other than the blanket enable/disable and
22
// `+/-linker` require `-Zunstable-options`.
33

4-
//@ check-fail
54
//@ revisions: crto libc unwind sanitizers mingw
65
//@ [crto] compile-flags: -Clink-self-contained=+crto
76
//@ [libc] compile-flags: -Clink-self-contained=-libc

tests/ui/linking/linker-features-unstable-cc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// Note that, currently, only `lld` is parsed on the CLI, but that other linker features can exist
55
// internally (`cc`).
66
//
7-
//@ check-fail
87
//@ compile-flags: --target=x86_64-unknown-linux-gnu -C linker-features=+cc --crate-type=rlib
98
//@ needs-llvm-components: x86
109

0 commit comments

Comments
 (0)