mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Fix empty tests
This commit is contained in:
parent
16a39382e2
commit
a3ed2abed7
@ -919,10 +919,8 @@ impl Step for Compiletest {
|
||||
if build.config.rust_debuginfo_tests {
|
||||
flags.push("-g".to_string());
|
||||
}
|
||||
flags.push("-Zmiri -Zunstable-options".to_string());
|
||||
} else {
|
||||
flags.push("-Zunstable-options".to_string());
|
||||
}
|
||||
flags.push("-Zunstable-options".to_string());
|
||||
flags.push(build.config.cmd.rustc_args().join(" "));
|
||||
|
||||
if let Some(linker) = build.linker(target) {
|
||||
|
Loading…
Reference in New Issue
Block a user