about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-11-22 17:54:58 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2023-12-04 15:29:23 +0100
commit673661db8b35fbbdc71b91af9b122a7eaf7f7bf3 (patch)
tree8fbdae7548606803fedea517fbf9bbd4d08000fc
parent23c97b545dd7d8dbee80e491269f95308707c750 (diff)
downloadrust-673661db8b35fbbdc71b91af9b122a7eaf7f7bf3.tar.gz
rust-673661db8b35fbbdc71b91af9b122a7eaf7f7bf3.zip
Remove newline for llvm FileCheck binary path
-rw-r--r--build_system/src/test.rs2
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))?;