about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-05 11:19:52 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-05 11:19:52 +0200
commit415e202c48d349dae9ad138c3adb78dc51d5ad9c (patch)
tree4c0225c8d806527f750337fa2724c93b4189f675
parent3e4368053ffa72183f32c2c7c790cd6b29713f95 (diff)
downloadrust-415e202c48d349dae9ad138c3adb78dc51d5ad9c.tar.gz
rust-415e202c48d349dae9ad138c3adb78dc51d5ad9c.zip
Improve code of `run-make/llvm-ident` test
-rw-r--r--tests/run-make/llvm-ident/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/llvm-ident/rmake.rs b/tests/run-make/llvm-ident/rmake.rs
index f460829288e..6934a4b36d0 100644
--- a/tests/run-make/llvm-ident/rmake.rs
+++ b/tests/run-make/llvm-ident/rmake.rs
@@ -28,7 +28,7 @@ fn main() {
             files.push(path.to_path_buf());
         }
     });
-    cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run();
+    cmd(llvm_bin_dir().join("llvm-dis")).args(files).run();
 
     // Check LLVM IR files (including temporary outputs) have `!llvm.ident`
     // named metadata, reusing the related codegen test.