Skip to content

Commit 673661d

Browse files
Remove newline for llvm FileCheck binary path
1 parent 23c97b5 commit 673661d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ download-ci-llvm = false
597597
home = env.get("HOME").unwrap(),
598598
toolchain = toolchain,
599599
host_triple = args.config_info.host_triple,
600-
llvm_filecheck = llvm_filecheck,
600+
llvm_filecheck = llvm_filecheck.trim(),
601601
),
602602
)
603603
.map_err(|error| format!("Failed to write into `rust/config.toml`: {:?}", error))?;

0 commit comments

Comments
 (0)