diff --git a/crates/ruff_annotate_snippets/tests/fixtures/main.rs b/crates/ruff_annotate_snippets/tests/fixtures/main.rs index e54c4e4563..0f116b56d8 100644 --- a/crates/ruff_annotate_snippets/tests/fixtures/main.rs +++ b/crates/ruff_annotate_snippets/tests/fixtures/main.rs @@ -7,7 +7,6 @@ use snapbox::Data; use std::error::Error; fn main() { - #[cfg(not(windows))] tryfn::Harness::new("tests/fixtures/", setup, test) .select(["*/*.toml"]) .test();