Skip to content

Commit

Permalink
fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 15, 2024
1 parent cae17ff commit a7484d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/run-make/panic-impl-transitive/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ use run_make_support::{rustc, tmp_dir};

fn main() {
rustc().input("panic-impl-provider.rs").run();
rustc().input("panic-impl-consumer.rs").panic("abort").emit("llvm-ir").library_search_path(tmp_dir()).run();
rustc()
.input("panic-impl-consumer.rs")
.panic("abort")
.emit("llvm-ir")
.library_search_path(tmp_dir())
.run();
}

0 comments on commit a7484d2

Please sign in to comment.