Skip to content

Commit 14e2cdc

Browse files
Fix empty tests
1 parent 85d0cd8 commit 14e2cdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bootstrap/test.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,8 @@ impl Step for Compiletest {
919919
if build.config.rust_debuginfo_tests {
920920
flags.push("-g".to_string());
921921
}
922-
flags.push("-Zmiri -Zunstable-options".to_string());
923-
} else {
924-
flags.push("-Zunstable-options".to_string());
925922
}
923+
flags.push("-Zunstable-options".to_string());
926924
flags.push(build.config.cmd.rustc_args().join(" "));
927925

928926
if let Some(linker) = build.linker(target) {

0 commit comments

Comments
 (0)