Skip to content

Commit

Permalink
Auto merge of #13042 - tompscanlan:13033-windows-test, r=weihanglo
Browse files Browse the repository at this point in the history
try running on windows

### What does this PR try to resolve?
Try getting rustfix tests to run on windows and fix #13033

### How should we test and review this PR?

CI should catch failure. Look out for flaky tests in the long run.

### Additional information

tested briefly on win11.
  • Loading branch information
bors committed Nov 24, 2023
2 parents 463f307 + e9e22e5 commit 527b35e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rustfix/tests/parse_and_replace.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![allow(clippy::disallowed_methods, clippy::print_stdout, clippy::print_stderr)]
#![cfg(not(windows))] // TODO: should fix these tests on Windows

use anyhow::{anyhow, ensure, Context, Error};
use rustfix::apply_suggestions;
Expand Down

0 comments on commit 527b35e

Please sign in to comment.