We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8e070 commit 2abd7acCopy full SHA for 2abd7ac
crates/intrinsic-test/src/main.rs
@@ -417,7 +417,6 @@ path = "{intrinsic}/main.rs""#,
417
}
418
419
command.env("RUSTFLAGS", rust_flags);
420
- println!("{:?}", command);
421
let output = command.output();
422
423
if let Ok(output) = output {
@@ -583,7 +582,7 @@ fn compare_outputs(
583
582
))
584
.output();
585
586
- let rust = if target != "aarch64_be-none-linux-gnu" {
+ let rust = if target != "aarch64_be-unknown-linux-gnu" {
587
Command::new("sh")
588
.current_dir("rust_programs")
589
.arg("-c")
0 commit comments