Skip to content

Commit 4e6bda3

Browse files
committed
Remove test
Signed-off-by: hi-rustin <[email protected]>
1 parent a6a8587 commit 4e6bda3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/suite/cli_misc.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -944,13 +944,6 @@ fn override_by_toolchain_on_the_command_line() {
944944
&["rustup", "+foo", "which", "rustc"],
945945
"toolchain 'foo' is not installed",
946946
);
947-
config.expect_err(
948-
&["rustup", "@stable", "which", "rustc"],
949-
"Invalid value \"@stable\" for '<+toolchain>': \"@stable\" is not a valid subcommand, \
950-
so it was interpreted as a toolchain name, but it is also invalid. \
951-
To override the toolchain using the 'rustup +toolchain' syntax, \
952-
make sure to prefix the toolchain override with a '+'",
953-
);
954947
config.expect_stderr_ok(
955948
&["rustup", "+stable", "set", "profile", "minimal"],
956949
"profile set to 'minimal'",

0 commit comments

Comments
 (0)