Skip to content

Commit f377d1f

Browse files
committed
Revert "Remove cargo-fmt and rustfmt-bin from self_tests()"
This reverts commit 93c349a.
1 parent a02b658 commit f377d1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rustfmt-core/tests/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,12 @@ 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!["git-rustfmt", "rustfmt-format-diff"];
214+
let bin_directories = vec![
215+
"cargo-fmt",
216+
"git-rustfmt",
217+
"rustfmt-bin",
218+
"rustfmt-format-diff",
219+
];
215220
for dir in bin_directories {
216221
let mut path = PathBuf::from("..");
217222
path.push(dir);

0 commit comments

Comments
 (0)