Skip to content

Commit a88bcbe

Browse files
committed
formatting fix
1 parent 46a68d1 commit a88bcbe

File tree

1 file changed

+0
-1
lines changed
  • tests/run-make/core-ffi-typecheck-clang

1 file changed

+0
-1
lines changed

tests/run-make/core-ffi-typecheck-clang/rmake.rs

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ fn main() {
5555
.map(|&(_, to)| to)
5656
.unwrap_or(llvm_target);
5757

58-
5958
// Run Clang's preprocessor for the relevant target, printing default macro definitions.
6059
let clang_output =
6160
clang().args(&["-E", "-dM", "-x", "c", "/dev/null", "-target", &target_to_use]).run();

0 commit comments

Comments
 (0)