Merge pull request #2616 from mikerite/reenable_win_dogfood

Re-enable dogfood test on Windows
This commit is contained in:
Oliver Schneider 2018-04-03 08:49:29 +02:00 committed by GitHub
commit b7f5871aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ fn dogfood() {
if option_env!("RUSTC_TEST_SUITE").is_some() {
return;
}
if cfg!(windows) {
return;
}
let root_dir = std::env::current_dir().unwrap();
for d in &[".", "clippy_lints"] {
std::env::set_current_dir(root_dir.join(d)).unwrap();