Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 14, 2024
1 parent 10c358f commit 812f897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/run-make/c-link-to-rust-va-list-fn/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};

fn main() {
rustc().input("checkrust.rs")
.run();
rustc().input("checkrust.rs").run();
cc().input("test.c")
.input(static_lib("checkrust"))
.out_exe("test")
Expand Down

0 comments on commit 812f897

Please sign in to comment.