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:
parent
265caed15e
commit
0b492c11de
3 changed files with 42 additions and 38 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue