mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Fix the test
This commit is contained in:
parent
00e80b24e3
commit
8475c962a0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue