Skip to content

Commit 3c66939

Browse files
authored
Let miri decide the flags to use for the test suite
1 parent a272c45 commit 3c66939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,6 @@ impl Step for Miri {
572572
return;
573573
}
574574

575-
// # Run `cargo test` with `-Zmir-opt-level=4`.
576-
cargo.env("MIRIFLAGS", "-O -Zmir-opt-level=4");
577575
if !try_run(builder, &mut cargo) {
578576
return;
579577
}

0 commit comments

Comments
 (0)