From 37c36024c78f02c2ae274f63768906b0eaa07d2c Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Thu, 4 Dec 2025 10:39:45 -0800 Subject: [PATCH] chore(core): test apply_patch_cli on Windows (#7554) ## Summary These tests pass on windows, let's enable them. ## Testing - [x] These are more tests --- codex-rs/core/tests/suite/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/tests/suite/mod.rs b/codex-rs/core/tests/suite/mod.rs index 35d4eb52a..86f417801 100644 --- a/codex-rs/core/tests/suite/mod.rs +++ b/codex-rs/core/tests/suite/mod.rs @@ -15,7 +15,6 @@ pub static CODEX_ALIASES_TEMP_DIR: TempDir = unsafe { #[cfg(not(target_os = "windows"))] mod abort_tasks; -#[cfg(not(target_os = "windows"))] mod apply_patch_cli; #[cfg(not(target_os = "windows"))] mod approvals;