mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
silnce profiling in tests
This commit is contained in:
parent
38cb88307e
commit
a6f1b171bc
@ -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…
Reference in New Issue
Block a user