parent
490189634b
commit
b40754f0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ fn main() {
|
|||
}
|
||||
|
||||
fn parent() {
|
||||
let file = File::open("Makefile").unwrap();
|
||||
let file = File::open("src/test/run-pass/fds-are-cloexec.rs").unwrap();
|
||||
let tcp1 = TcpListener::bind("127.0.0.1:0").unwrap();
|
||||
let tcp2 = tcp1.try_clone().unwrap();
|
||||
let addr = tcp1.local_addr().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue