Skip to content

Commit

Permalink
Make tidy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 11, 2024
1 parent e37d298 commit 10c358f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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,11 +8,9 @@
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};

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

0 comments on commit 10c358f

Please sign in to comment.