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;