diff options
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index f61048aaf..40d825893 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -18,7 +18,8 @@ use tempfile::TempDir; | |||
18 | use crate::support::{project, Project}; | 18 | use crate::support::{project, Project}; |
19 | 19 | ||
20 | const LOG: &'static str = ""; | 20 | const LOG: &'static str = ""; |
21 | const PROFILE: &'static str = "*@3>100"; | 21 | const PROFILE: &'static str = ""; |
22 | // const PROFILE: &'static str = "*@3>100"; | ||
22 | 23 | ||
23 | #[test] | 24 | #[test] |
24 | fn completes_items_from_standard_library() { | 25 | fn completes_items_from_standard_library() { |