diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-11-22 17:54:58 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-12-04 15:29:23 +0100 |
| commit | 673661db8b35fbbdc71b91af9b122a7eaf7f7bf3 (patch) | |
| tree | 8fbdae7548606803fedea517fbf9bbd4d08000fc | |
| parent | 23c97b545dd7d8dbee80e491269f95308707c750 (diff) | |
| download | rust-673661db8b35fbbdc71b91af9b122a7eaf7f7bf3.tar.gz rust-673661db8b35fbbdc71b91af9b122a7eaf7f7bf3.zip | |
Remove newline for llvm FileCheck binary path
| -rw-r--r-- | build_system/src/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/src/test.rs b/build_system/src/test.rs index 12927c5d13c..e175b62625c 100644 --- a/build_system/src/test.rs +++ b/build_system/src/test.rs @@ -597,7 +597,7 @@ download-ci-llvm = false home = env.get("HOME").unwrap(), toolchain = toolchain, host_triple = args.config_info.host_triple, - llvm_filecheck = llvm_filecheck, + llvm_filecheck = llvm_filecheck.trim(), ), ) .map_err(|error| format!("Failed to write into `rust/config.toml`: {:?}", error))?; |
