aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests/heavy_tests
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests')
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/support.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/support.rs b/crates/ra_lsp_server/tests/heavy_tests/support.rs
index ab9db3dd4..4ea6760a1 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/support.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/support.rs
@@ -63,7 +63,7 @@ impl Server {
63 128, 63 128,
64 move |mut msg_receiver, mut msg_sender| { 64 move |mut msg_receiver, mut msg_sender| {
65 main_loop( 65 main_loop(
66 path, 66 vec![path],
67 InitializationOptions::default(), 67 InitializationOptions::default(),
68 &mut msg_receiver, 68 &mut msg_receiver,
69 &mut msg_sender, 69 &mut msg_sender,