aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-06 18:59:52 +0100
committerGitHub <[email protected]>2019-09-06 18:59:52 +0100
commit3bd99af197ea238043b364b995ec6d6069804635 (patch)
treeb4be222288e50902769defa97c2b5d004954307e /crates/ra_lsp_server/tests
parente365236bfb2d24c5e8b04a1eeec5ee4ccb4a3715 (diff)
parent219287a14c4e1d9f72465c81b34bd8cc2e2b2f44 (diff)
Merge #1781
1781: don't deadlock on shutdown r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/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 89f65cef4..86073b57d 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/support.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/support.rs
@@ -118,7 +118,7 @@ impl Server {
118 experimental: None, 118 experimental: None,
119 }, 119 },
120 ServerConfig { with_sysroot, ..ServerConfig::default() }, 120 ServerConfig { with_sysroot, ..ServerConfig::default() },
121 &connection, 121 connection,
122 ) 122 )
123 .unwrap() 123 .unwrap()
124 }) 124 })