Skip to content

Commit 80409f7

Browse files
committed
test(build-std): dont require rustup
It checks rustup existence even when test is skipped for other reasons
1 parent 7847c03 commit 80409f7

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)