about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/run-make/c-link-to-rust-va-list-fn/rmake.rs3
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")