From 399837a740e8d1bb3a899eb8b5949b71ae627833 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 8 Sep 2025 23:14:35 -0700 Subject: [PATCH] fix: remove empty file: chatwidget_stream_tests.rs --- codex-rs/tui/src/chatwidget_stream_tests.rs | 1 - codex-rs/tui/src/lib.rs | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 codex-rs/tui/src/chatwidget_stream_tests.rs diff --git a/codex-rs/tui/src/chatwidget_stream_tests.rs b/codex-rs/tui/src/chatwidget_stream_tests.rs deleted file mode 100644 index 8b13789179..0000000000 --- a/codex-rs/tui/src/chatwidget_stream_tests.rs +++ /dev/null @@ -1 +0,0 @@ - diff --git a/codex-rs/tui/src/lib.rs b/codex-rs/tui/src/lib.rs index 73e97e5392..fac5ec2d4a 100644 --- a/codex-rs/tui/src/lib.rs +++ b/codex-rs/tui/src/lib.rs @@ -61,11 +61,6 @@ mod user_approval_widget; mod version; mod wrapping; -// Internal vt100-based replay tests live as a separate source file to keep them -// close to the widget code. Include them in unit tests. -#[cfg(test)] -mod chatwidget_stream_tests; - #[cfg(not(debug_assertions))] mod updates;