Skip to content

Commit 943407a

Browse files
committed
Merge branch 'feat/fix-tests' into feat/check-license
2 parents 521ac39 + 93c349a commit 943407a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rustfmt-core/tests/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ fn idempotence_tests() {
211211
#[test]
212212
fn self_tests() {
213213
let mut files = get_test_files(Path::new("tests"), false);
214-
let bin_directories = vec![
215-
"cargo-fmt",
216-
"git-rustfmt",
217-
"rustfmt-bin",
218-
"rustfmt-format-diff",
219-
];
214+
let bin_directories = vec!["git-rustfmt", "rustfmt-format-diff"];
220215
for dir in bin_directories {
221216
let mut path = PathBuf::from("..");
222217
path.push(dir);

0 commit comments

Comments
 (0)