Skip to content

Commit 87c3521

Browse files
committed
Drop redundant //@ check-fail in link-self-contained-consistency.rs
UI test suite by default considers tests to `//@ check-fail`.
1 parent 414482f commit 87c3521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
4+
// ignore-tidy-linelength
5+
56
//@ revisions: one many
67
//@ [one] compile-flags: -Clink-self-contained=-linker -Clink-self-contained=+linker -Zunstable-options
78
//@ [many] compile-flags: -Clink-self-contained=+linker,+crto -Clink-self-contained=-linker,-crto -Zunstable-options
8-
// ignore-tidy-linelength
99

1010
fn main() {}
1111

0 commit comments

Comments
 (0)