mirror of https://github.com/astral-sh/ruff
parent
81cf860dc8
commit
c12c76e9c8
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue