diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-19 17:04:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-19 17:04:44 +0100 |
commit | 0741de87e7697a221b56e9cb458e7c3f81afc9c9 (patch) | |
tree | 4db5225af7317ee407daaf56b2f02235434cfb8e | |
parent | fc709c8b210c551c97ca3b7c7daeaabc15cd80aa (diff) | |
parent | 21f4588fc8fda0bef98d7a8b3dccb7e197b9889a (diff) |
Merge #8584
8584: internal: fix slightly broken test r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | crates/rust-analyzer/tests/rust-analyzer/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/tests/rust-analyzer/main.rs b/crates/rust-analyzer/tests/rust-analyzer/main.rs index 52a2674d5..9e89209ea 100644 --- a/crates/rust-analyzer/tests/rust-analyzer/main.rs +++ b/crates/rust-analyzer/tests/rust-analyzer/main.rs | |||
@@ -525,7 +525,7 @@ version = \"0.0.0\" | |||
525 | #[test] | 525 | #[test] |
526 | fn out_dirs_check() { | 526 | fn out_dirs_check() { |
527 | if skip_slow_tests() { | 527 | if skip_slow_tests() { |
528 | // return; | 528 | return; |
529 | } | 529 | } |
530 | 530 | ||
531 | let server = Project::with_fixture( | 531 | let server = Project::with_fixture( |