Skip to content

Commit 2abd7ac

Browse files
committed
remove print statment and correct target name
1 parent 2b8e070 commit 2abd7ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: crates/intrinsic-test/src/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ path = "{intrinsic}/main.rs""#,
417417
}
418418

419419
command.env("RUSTFLAGS", rust_flags);
420-
println!("{:?}", command);
421420
let output = command.output();
422421

423422
if let Ok(output) = output {
@@ -583,7 +582,7 @@ fn compare_outputs(
583582
))
584583
.output();
585584

586-
let rust = if target != "aarch64_be-none-linux-gnu" {
585+
let rust = if target != "aarch64_be-unknown-linux-gnu" {
587586
Command::new("sh")
588587
.current_dir("rust_programs")
589588
.arg("-c")

0 commit comments

Comments
 (0)