silnce profiling in tests
This commit is contained in:
parent
38cb88307e
commit
a6f1b171bc
1 changed files with 2 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue