aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/tests/heavy_tests/support.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rust-analyzer/tests/heavy_tests/support.rs')
-rw-r--r--crates/rust-analyzer/tests/heavy_tests/support.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/tests/heavy_tests/support.rs b/crates/rust-analyzer/tests/heavy_tests/support.rs
index 67f3c9332..fc3c65ad9 100644
--- a/crates/rust-analyzer/tests/heavy_tests/support.rs
+++ b/crates/rust-analyzer/tests/heavy_tests/support.rs
@@ -188,6 +188,7 @@ impl Server {
188 self.client.sender.send(r.into()).unwrap(); 188 self.client.sender.send(r.into()).unwrap();
189 while let Some(msg) = self.recv() { 189 while let Some(msg) = self.recv() {
190 match msg { 190 match msg {
191 Message::Request(req) if req.method == "window/workDoneProgress/create" => (),
191 Message::Request(req) => panic!("unexpected request: {:?}", req), 192 Message::Request(req) => panic!("unexpected request: {:?}", req),
192 Message::Notification(_) => (), 193 Message::Notification(_) => (),
193 Message::Response(res) => { 194 Message::Response(res) => {