Skip to content

Commit

Permalink
test(build-std): dont require rustup
Browse files Browse the repository at this point in the history
It checks rustup existence even when test is skipped for other reasons
  • Loading branch information
weihanglo committed Dec 14, 2024
1 parent 7847c03 commit 80409f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/standard_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ fn check_core() {
.run();
}

#[cargo_test(build_std_mock, requires = "rustup")]
#[cargo_test(build_std_mock)]
fn build_std_with_no_arg_for_core_only_target() {
let has_rustup_aarch64_unknown_none = std::process::Command::new("rustup")
.args(["target", "list", "--installed"])
Expand Down

0 comments on commit 80409f7

Please sign in to comment.