Skip to content

Commit 35c73c8

Browse files
author
James Miller
committed
Added xfail-fast to test so the windows buildbot doesn't choke
1 parent 1edfed7 commit 35c73c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/attr-start.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
#[start]
1214
fn start(argc:int, argv: **u8, crate_map: *u8) -> int {
1315
return 0;

0 commit comments

Comments
 (0)