fix: remove empty file: chatwidget_stream_tests.rs (#3356)

Originally added in https://github.com/openai/codex/pull/2029.
This commit is contained in:
Michael Bolin 2025-09-10 10:35:24 -07:00 committed by GitHub
parent 39db113cc9
commit 64e6c4afbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View file

@ -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;