Minor consistency improvement
This commit is contained in:
parent
395eaa1538
commit
9bc113fb3c
@ -21,7 +21,7 @@ pub(crate) fn run(
|
|||||||
host_compiler: &Compiler,
|
host_compiler: &Compiler,
|
||||||
) {
|
) {
|
||||||
if !config::get_bool("testsuite.abi-cafe") {
|
if !config::get_bool("testsuite.abi-cafe") {
|
||||||
eprintln!("[SKIP] abi-cafe");
|
eprintln!("[RUN] abi-cafe (skipped)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ pub fn main() {
|
|||||||
if host_compiler.triple == target_triple {
|
if host_compiler.triple == target_triple {
|
||||||
abi_cafe::run(channel, sysroot_kind, &dirs, &cg_clif_dylib, &host_compiler);
|
abi_cafe::run(channel, sysroot_kind, &dirs, &cg_clif_dylib, &host_compiler);
|
||||||
} else {
|
} else {
|
||||||
eprintln!("[SKIP] abi-cafe (cross-compilation not supported)");
|
eprintln!("[RUN] abi-cafe (skipped, cross-compilation not supported)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user