Skip to content

Commit

Permalink
tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 14, 2024
1 parent 94319fe commit 75aa409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/run-make/c-link-to-rust-staticlib/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, extra_cxx_flags, run, rustc, static_li
use std::fs;

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

0 comments on commit 75aa409

Please sign in to comment.