about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2022-06-20 20:34:08 +0200
committerFlorian Diebold <flodiebold@gmail.com>2022-06-20 20:34:08 +0200
commit07d78b67cb5fb0f67a2b06677d0003f5e9ba384f (patch)
treed305c2b4de6ab744cd8372a970ed6e17d41efe22
parent05ca0a237750e2def4007815acbe0d75cadac216 (diff)
downloadrust-07d78b67cb5fb0f67a2b06677d0003f5e9ba384f.tar.gz
rust-07d78b67cb5fb0f67a2b06677d0003f5e9ba384f.zip
Fix test
-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 1a43935470b..6f883b9e846 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 {