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 8b1378917..000000000 --- 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 549037462..5f002e53d 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;