Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 721668f

Browse files
committed
Tiny cleanup
1 parent b12286f commit 721668f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build_system/tests.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
249249
bench_compile.arg("--prepare");
250250
bench_compile.arg(format!("{:?}", runner.cargo_command(["clean"])));
251251

252-
if cfg!(windows) {
253-
bench_compile.arg("cmd /C \"set RUSTFLAGS= && cargo build\"");
254-
} else {
255-
bench_compile.arg("RUSTFLAGS='' cargo build");
256-
}
252+
bench_compile.arg("cargo build");
257253

258254
bench_compile.arg(format!("{:?}", runner.cargo_command(["build"])));
259255
spawn_and_wait(bench_compile);

0 commit comments

Comments
 (0)