Use line_endings macro for the edit tool tests (#26642)

This aligns with how we handle other tests on Windows.

Release Notes:

- N/A
This commit is contained in:
张小白 2025-03-15 14:16:10 +08:00 committed by GitHub
parent 265caed15e
commit 0b492c11de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 38 deletions

View file

@ -29,7 +29,7 @@ use anyhow::{anyhow, Context as _};
pub use take_until::*;
#[cfg(any(test, feature = "test-support"))]
pub use util_macros::{separator, uri};
pub use util_macros::{line_endings, separator, uri};
#[macro_export]
macro_rules! debug_panic {