Unnamed repository; edit this file 'description' to name the repository.
Fix test
Florian Diebold 2022-06-21
parent 05ca0a2 · commit 07d78b6
-rw-r--r--crates/project-model/src/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/project-model/src/tests.rs b/crates/project-model/src/tests.rs
index 1a43935470..6f883b9e84 100644
--- a/crates/project-model/src/tests.rs
+++ b/crates/project-model/src/tests.rs
@@ -1041,7 +1041,6 @@ fn cargo_hello_world_project_model() {
"debug_assertions",
"feature=default",
"feature=std",
- "test",
],
),
potential_cfg_options: CfgOptions(
@@ -1054,7 +1053,6 @@ fn cargo_hello_world_project_model() {
"feature=rustc-dep-of-std",
"feature=std",
"feature=use_std",
- "test",
],
),
env: Env {