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 {
|
if build.config.rust_debuginfo_tests {
|
||||||
flags.push("-g".to_string());
|
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(" "));
|
flags.push(build.config.cmd.rustc_args().join(" "));
|
||||||
|
|
||||||
if let Some(linker) = build.linker(target) {
|
if let Some(linker) = build.linker(target) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user