diff --git a/apps/oxlint/src/lint.rs b/apps/oxlint/src/lint.rs index d342bbfb4482b..9d0831000821d 100644 --- a/apps/oxlint/src/lint.rs +++ b/apps/oxlint/src/lint.rs @@ -1223,7 +1223,7 @@ mod test { } #[test] - #[cfg(not(any(target_os = "windows", target_endian = "big")))] + #[cfg(not(target_endian = "big"))] fn test_tsgolint_config() { let args = &["--type-aware", "-c", "config-test.json"]; Tester::new().with_cwd("fixtures/tsgolint".into()).test_and_snapshot(args);