deal with windows
This commit is contained in:
parent
369b0a56e8
commit
60ed659620
@ -10,6 +10,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
#[deriving] //~ WARNING empty trait list in `deriving`
|
||||
struct Foo;
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
extern mod extra;
|
||||
|
||||
use extra::net::tcp::TcpSocketBuf;
|
||||
|
@ -11,7 +11,7 @@
|
||||
use std::io;
|
||||
|
||||
fn parse_args() -> ~str {
|
||||
let args = std::os::args();
|
||||
let args = ::std::os::args();
|
||||
let mut n = 0;
|
||||
|
||||
while n < args.len() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user