Skip to content

Commit a9f5fdd

Browse files
committed
tidy fix
1 parent 99d3b05 commit a9f5fdd

File tree

1 file changed

+1
-6
lines changed
  • tests/run-make/external-crate-panic-handle-no-lint

1 file changed

+1
-6
lines changed

tests/run-make/external-crate-panic-handle-no-lint/rmake.rs

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

99
fn main() {
1010
rustc().input("panic.rs").run();
11-
rustc()
12-
.input("app.rs")
13-
.panic("abort")
14-
.emit("obj")
15-
.library_search_path(tmp_dir())
16-
.run();
11+
rustc().input("app.rs").panic("abort").emit("obj").library_search_path(tmp_dir()).run();
1712
}

0 commit comments

Comments
 (0)