Skip to content

Commit 3786b27

Browse files
authored
Update test
1 parent 0847630 commit 3786b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/package_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn virtual_no_default_features() {
7575
p.cargo("check --features a/dep1,b/f1,b/f2,f2")
7676
.masquerade_as_nightly_cargo()
7777
.with_status(101)
78-
.with_stderr("[ERROR] none of the selected packages contains these features: b/f2, f2, did you mean: b/f1, f1?")
78+
.with_stderr("[ERROR] none of the selected packages contains these features: b/f2, f2, did you mean: f1?")
7979
.run();
8080
}
8181

0 commit comments

Comments
 (0)