Test fixes and rebase conflicts

This commit is contained in:
Alex Crichton
2014-02-11 16:33:34 -08:00
parent 0a6b9219d1
commit e633249b31
5 changed files with 31 additions and 44 deletions

View File

@@ -270,7 +270,7 @@ mod tests {
fn unix_clone_two_read() {
let addr = next_test_unix();
let mut acceptor = UnixListener::bind(&addr).listen();
let (p, c) = SharedChan::new();
let (p, c) = Chan::new();
let c2 = c.clone();
spawn(proc() {