Use correct lib name in qc test failure
This commit is contained in:
parent
655f642d3f
commit
77ca63c511
|
@ -281,7 +281,7 @@ macro_rules! check {
|
||||||
print!("{} - Args: ", stringify!($name));
|
print!("{} - Args: ", stringify!($name));
|
||||||
$(print!("{:?} ", $arg);)*
|
$(print!("{:?} ", $arg);)*
|
||||||
print!("\n");
|
print!("\n");
|
||||||
println!(" rustc-builtins: {:?}", my_answer);
|
println!(" compiler-builtins: {:?}", my_answer);
|
||||||
println!(" compiler_rt: {:?}", compiler_rt_answer);
|
println!(" compiler_rt: {:?}", compiler_rt_answer);
|
||||||
println!(" gcc_s: {:?}", gcc_s_answer);
|
println!(" gcc_s: {:?}", gcc_s_answer);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue