satisfy rustfmt

This commit is contained in:
Oliver Schneider 2017-02-15 08:36:44 +01:00
parent d904a01140
commit f158bec188

View file

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