Skip to content

Commit 3fd3879

Browse files
committed
Dedup with cargo::z_help::case (#14060 (comment))
# Conflicts: # tests/testsuite/help.rs
1 parent 3a95c78 commit 3fd3879

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/testsuite/help.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,3 @@ fn help_alias() {
155155
let out = help_with_stdout_and_path("complex-alias", Path::new(""));
156156
assert_eq!(out, "`complex-alias` is aliased to `build --release`\n");
157157
}
158-
159-
#[cargo_test]
160-
fn alias_z_flag_help() {
161-
for cmd in ["build", "run", "check", "test", "b", "r", "c", "t"] {
162-
cargo_process(&format!("{cmd} -Z help"))
163-
.with_stdout_data(
164-
"\
165-
...
166-
-Z allow-features[..] Allow *only* the listed unstable features
167-
...
168-
",
169-
)
170-
.run();
171-
}
172-
}

0 commit comments

Comments
 (0)