Skip to content

Commit d6cc0fb

Browse files
committed
test(package): Prep for forking tests for stable
1 parent 41cf907 commit d6cc0fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/package.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,7 +6886,7 @@ fn registry_inferred_from_unique_option() {
68866886
}
68876887

68886888
#[cargo_test]
6889-
fn registry_not_inferred_because_of_conflict() {
6889+
fn registry_not_inferred_because_of_conflict_nightly() {
68906890
let alt_reg = registry::RegistryBuilder::new()
68916891
.http_api()
68926892
.http_index()
@@ -7074,7 +7074,7 @@ fn registry_inference_ignores_unpublishable() {
70747074
}
70757075

70767076
#[cargo_test]
7077-
fn registry_not_inferred_because_of_multiple_options() {
7077+
fn registry_not_inferred_because_of_multiple_options_nightly() {
70787078
let _alt_reg = registry::RegistryBuilder::new()
70797079
.http_api()
70807080
.http_index()
@@ -7156,7 +7156,7 @@ fn registry_not_inferred_because_of_multiple_options() {
71567156
}
71577157

71587158
#[cargo_test]
7159-
fn registry_not_inferred_because_of_mismatch() {
7159+
fn registry_not_inferred_because_of_mismatch_nightly() {
71607160
let _alt_reg = registry::RegistryBuilder::new()
71617161
.http_api()
71627162
.http_index()

0 commit comments

Comments
 (0)