deal with windows

This commit is contained in:
Daniel Micay 2013-06-23 21:58:45 -04:00
parent 369b0a56e8
commit 60ed659620
3 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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() {