]> git.lizzy.rs Git - rust.git/commitdiff
satisfy rustfmt
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 15 Feb 2017 07:36:44 +0000 (08:36 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 15 Feb 2017 07:36:44 +0000 (08:36 +0100)
tests/compile-test.rs

index e5942f523abef6ef49a1d3a3a2366c450b0d7d4c..39a8380bc08633e6272d21ebe8c9b264515b4138 100644 (file)
@@ -29,6 +29,8 @@ fn compile_test() {
     prepare_env();
     run_mode("run-pass", "run-pass");
     run_mode("ui", "ui");
-    #[cfg(target_os = "windows")] run_mode("ui-windows", "ui");
-    #[cfg(not(target_os = "windows"))] run_mode("ui-posix", "ui");
+    #[cfg(target_os = "windows")]
+    run_mode("ui-windows", "ui");
+    #[cfg(not(target_os = "windows"))]
+    run_mode("ui-posix", "ui");
 }