aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-29 08:33:09 +0100
committerAleksey Kladov <[email protected]>2019-05-29 08:33:47 +0100
commita6f1b171bc56621759f6421fa662cb4f4584bb45 (patch)
tree5b638f3e88a9fb7e2e5286a4d55e7450993beb30 /crates
parent38cb88307e777bd2f95ee431c6f7e7493d4d0478 (diff)
silnce profiling in tests
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs3
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;
18use crate::support::{project, Project}; 18use crate::support::{project, Project};
19 19
20const LOG: &'static str = ""; 20const LOG: &'static str = "";
21const PROFILE: &'static str = "*@3>100"; 21const PROFILE: &'static str = "";
22// const PROFILE: &'static str = "*@3>100";
22 23
23#[test] 24#[test]
24fn completes_items_from_standard_library() { 25fn completes_items_from_standard_library() {