Skip to content

Commit a7484d2

Browse files
committed
fix tidy
1 parent cae17ff commit a7484d2

File tree

1 file changed

+6
-1
lines changed
  • tests/run-make/panic-impl-transitive

1 file changed

+6
-1
lines changed

tests/run-make/panic-impl-transitive/rmake.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ use run_make_support::{rustc, tmp_dir};
1010

1111
fn main() {
1212
rustc().input("panic-impl-provider.rs").run();
13-
rustc().input("panic-impl-consumer.rs").panic("abort").emit("llvm-ir").library_search_path(tmp_dir()).run();
13+
rustc()
14+
.input("panic-impl-consumer.rs")
15+
.panic("abort")
16+
.emit("llvm-ir")
17+
.library_search_path(tmp_dir())
18+
.run();
1419
}

0 commit comments

Comments
 (0)