diff options
| author | Oneirical <manchot@videotron.ca> | 2024-05-13 22:15:11 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-05-13 22:15:11 -0400 |
| commit | 812f89728a3a1fbf3979e552fcb888fe6a500c19 (patch) | |
| tree | 940446648fa28a15ee9a9fec5dd2396587a40039 | |
| parent | 10c358f11189de4f639106253c8178dbbfa3f68e (diff) | |
| download | rust-812f89728a3a1fbf3979e552fcb888fe6a500c19.tar.gz rust-812f89728a3a1fbf3979e552fcb888fe6a500c19.zip | |
fix fmt
| -rw-r--r-- | tests/run-make/c-link-to-rust-va-list-fn/rmake.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs index 489a637c445..7a450efff94 100644 --- a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs +++ b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs @@ -8,8 +8,7 @@ use run_make_support::{cc, extra_c_flags, run, rustc, static_lib}; fn main() { - rustc().input("checkrust.rs") - .run(); + rustc().input("checkrust.rs").run(); cc().input("test.c") .input(static_lib("checkrust")) .out_exe("test") |
