diff options
-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( |