Skip to content

Commit 415e202

Browse files
Improve code of run-make/llvm-ident test
1 parent 3e43680 commit 415e202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/llvm-ident/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
files.push(path.to_path_buf());
2929
}
3030
});
31-
cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run();
31+
cmd(llvm_bin_dir().join("llvm-dis")).args(files).run();
3232

3333
// Check LLVM IR files (including temporary outputs) have `!llvm.ident`
3434
// named metadata, reusing the related codegen test.

0 commit comments

Comments
 (0)