Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
binarycat committed Aug 2, 2024
1 parent 594e4c0 commit 3d7de9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run-make/extern-fn-reachable/rmake.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@ ignore-cross-compile
use run_make_support::{rustc, symbols::contains_exact_symbols};
use run_make_support::rustc;
use run_make_support::symbols::contains_exact_symbols;

fn main() {
rustc().input("dylib.rs").output("dylib.so").prefer_dynamic().run();
Expand Down

0 comments on commit 3d7de9f

Please sign in to comment.