xfail-fast the #[main] tests, r=burningtree
This commit is contained in:
parent
b72ed5572f
commit
e51ec26dd7
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
fn main() {
|
||||
fail
|
||||
}
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
#[main]
|
||||
fn foo() {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue