mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Fix the test
This commit is contained in:
parent
00e80b24e3
commit
8475c962a0
@ -55,7 +55,7 @@ impl Server {
|
||||
"test server",
|
||||
128,
|
||||
move |mut msg_receiver, mut msg_sender| {
|
||||
main_loop(true, path, &mut msg_receiver, &mut msg_sender).unwrap()
|
||||
main_loop(true, path, true, &mut msg_receiver, &mut msg_sender).unwrap()
|
||||
},
|
||||
);
|
||||
let res = Server {
|
||||
|
Loading…
Reference in New Issue
Block a user