diff options
author | Aleksey Kladov <[email protected]> | 2019-05-29 08:33:09 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-05-29 08:33:47 +0100 |
commit | a6f1b171bc56621759f6421fa662cb4f4584bb45 (patch) | |
tree | 5b638f3e88a9fb7e2e5286a4d55e7450993beb30 /crates | |
parent | 38cb88307e777bd2f95ee431c6f7e7493d4d0478 (diff) |
silnce profiling in tests
Diffstat (limited to 'crates')
-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() { |