mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
cargo fmt
This commit is contained in:
parent
7fdf16eab9
commit
efca108103
2 changed files with 4 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue