Skip to content

Commit e51ec26

Browse files
committed
xfail-fast the #[main] tests, r=burningtree
1 parent b72ed55 commit e51ec26

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/run-pass/attr-main-2.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-fast
12+
1113
fn main() {
1214
fail
1315
}

src/test/run-pass/attr-main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-fast
12+
1113
#[main]
1214
fn foo() {
1315
}

0 commit comments

Comments
 (0)