Skip to content

Commit 60ed659

Browse files
committed
deal with windows
1 parent 369b0a5 commit 60ed659

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/test/run-pass/deriving-meta-empty-trait-list.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// option. This file may not be copied, modified, or distributed
1111
// except according to those terms.
1212

13+
// xfail-fast
14+
1315
#[deriving] //~ WARNING empty trait list in `deriving`
1416
struct Foo;
1517

src/test/run-pass/issue-4241.rs

Lines changed: 2 additions & 0 deletions
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
extern mod extra;
1214

1315
use extra::net::tcp::TcpSocketBuf;

src/test/run-pass/issue-4541.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use std::io;
1212

1313
fn parse_args() -> ~str {
14-
let args = std::os::args();
14+
let args = ::std::os::args();
1515
let mut n = 0;
1616

1717
while n < args.len() {

0 commit comments

Comments
 (0)