Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelwer committed Jan 19, 2023
1 parent 553bf4d commit 653a483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/corpus_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ mod corpus_tests {
#[test]
fn roundtrip_all_example_specs() {
let start = Instant::now();
let skip: Vec<&str> = vec![
"SomeSpecName.tla"
];
let skip: Vec<&str> = vec!["SomeSpecName.tla"];
println!("SKIPPING {:?}", skip);
let skip: Vec<&OsStr> = skip.iter().map(|s| OsStr::new(s)).collect();
let paths: Vec<PathBuf> = glob("tests/corpus/**/*.tla")
Expand Down

0 comments on commit 653a483

Please sign in to comment.