Skip to content

Commit 07d78b6

Browse files
committed
Fix test
1 parent 05ca0a2 commit 07d78b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/project-model/src/tests.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,6 @@ fn cargo_hello_world_project_model() {
10411041
"debug_assertions",
10421042
"feature=default",
10431043
"feature=std",
1044-
"test",
10451044
],
10461045
),
10471046
potential_cfg_options: CfgOptions(
@@ -1054,7 +1053,6 @@ fn cargo_hello_world_project_model() {
10541053
"feature=rustc-dep-of-std",
10551054
"feature=std",
10561055
"feature=use_std",
1057-
"test",
10581056
],
10591057
),
10601058
env: Env {

0 commit comments

Comments
 (0)