mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
xfail-fast the #[main] tests, r=burningtree
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user