1
Fork 0

Test fixes and rebase conflicts, round 3

This commit is contained in:
Alex Crichton 2015-03-31 16:20:09 -07:00
parent 50b3ecf3bc
commit 72f59732d7
18 changed files with 156 additions and 153 deletions

View file

@ -576,7 +576,7 @@ mod tests {
assert!(p.is_ok());
let mut p = p.unwrap();
assert!(p.wait().unwrap().code() == Some(1));
drop(p.wait().clone());
drop(p.wait());
}
#[cfg(all(unix, not(target_os="android")))]