Skip to content

Commit b7f5871

Browse files
authored
Merge pull request #2616 from mikerite/reenable_win_dogfood
Re-enable dogfood test on Windows
2 parents c012fec + 6fc9d90 commit b7f5871

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/dogfood.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ fn dogfood() {
33
if option_env!("RUSTC_TEST_SUITE").is_some() {
44
return;
55
}
6-
if cfg!(windows) {
7-
return;
8-
}
96
let root_dir = std::env::current_dir().unwrap();
107
for d in &[".", "clippy_lints"] {
118
std::env::set_current_dir(root_dir.join(d)).unwrap();

0 commit comments

Comments
 (0)