From efca108103228f94e061ea06778555241c55b4f9 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 16 Apr 2018 21:32:52 +0200 Subject: cargo fmt --- tests/cfail.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/cfail.rs b/tests/cfail.rs index 3636c72..6572d65 100644 --- a/tests/cfail.rs +++ b/tests/cfail.rs @@ -10,9 +10,8 @@ fn cfail() { let mut config = Config::default(); config.mode = Mode::CompileFail; config.src_base = PathBuf::from(format!("tests/cfail")); - config.target_rustcflags = Some( - "-C panic=abort -L target/debug -L target/debug/deps ".to_string(), - ); + config.target_rustcflags = + Some("-C panic=abort -L target/debug -L target/debug/deps ".to_string()); compiletest::run_tests(&config); } -- cgit v1.2.3