Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Dec 17, 2023
1 parent 036cb2e commit a2cbe79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/cli/shard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ use super::run;
fn shard_divides_all_mutants() {
// For speed, this only lists the mutants, trusting that the mutants
// that are listed are the ones that are run.
let common_args = [
"mutants",
"--list",
"-d",
"testdata/well_tested",
];
let common_args = ["mutants", "--list", "-d", "testdata/well_tested"];
let full_list = String::from_utf8(
run()
.args(common_args)
Expand Down

0 comments on commit a2cbe79

Please sign in to comment.