diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 9a8c11530d4c18ba43285db7ba8fe5c0fa707801..505382715c0e8f17c492842a8a072461aaee2200 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -8,7 +8,7 @@ mod open_url_modal; mod quick_action_bar; pub mod remote_debug; pub mod telemetry_log; -#[cfg(all(target_os = "macos", any(test, feature = "test-support")))] +#[cfg(all(target_os = "macos", feature = "visual-tests"))] pub mod visual_tests; #[cfg(target_os = "windows")] pub(crate) mod windows_only_instance;