xfail-fast the #[main] tests, r=burningtree

This commit is contained in:
Graydon Hoare 2013-01-18 17:44:26 -08:00
parent b72ed5572f
commit e51ec26dd7
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-fast
fn main() {
fail
}

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-fast
#[main]
fn foo() {
}