Skip to content

Commit 769f622

Browse files
authored
test(build-std): dont require rustup (#14933)
### What does this PR try to resolve? It checks rustup existence even when test is skipped for other reasons. ### How should we test and review this PR? See <rust-lang/rust#134278 (comment)>. ### Additional information
2 parents 7847c03 + 80409f7 commit 769f622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/standard_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ fn check_core() {
389389
.run();
390390
}
391391

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

0 commit comments

Comments
 (0)