aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests/heavy_tests/main.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-29 08:34:12 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-29 08:34:12 +0100
commit9eef546ca2f59d0ebc0e5dc443fc1a5d93926030 (patch)
tree5b638f3e88a9fb7e2e5286a4d55e7450993beb30 /crates/ra_lsp_server/tests/heavy_tests/main.rs
parent7a1cae59acf72f821343b2ba10ef69fb92a5b952 (diff)
parenta6f1b171bc56621759f6421fa662cb4f4584bb45 (diff)
Merge #1339
1339: flip Into to From r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests/main.rs')
-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() {