silnce profiling in tests

This commit is contained in:
Aleksey Kladov 2019-05-29 10:33:09 +03:00
parent 38cb88307e
commit a6f1b171bc

View File

@ -18,7 +18,8 @@ use tempfile::TempDir;
use crate::support::{project, Project};
const LOG: &'static str = "";
const PROFILE: &'static str = "*@3>100";
const PROFILE: &'static str = "";
// const PROFILE: &'static str = "*@3>100";
#[test]
fn completes_items_from_standard_library() {