mirror of https://github.com/astral-sh/ruff
parent
81cf860dc8
commit
c12c76e9c8
|
|
@ -7,7 +7,6 @@ use snapbox::Data;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
#[cfg(not(windows))]
|
|
||||||
tryfn::Harness::new("tests/fixtures/", setup, test)
|
tryfn::Harness::new("tests/fixtures/", setup, test)
|
||||||
.select(["*/*.toml"])
|
.select(["*/*.toml"])
|
||||||
.test();
|
.test();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue