mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Removes unused macros from windows & macos builds
This commit is contained in:
parent
67059db086
commit
0864234e3d
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ macro_rules! assert_fixture_exists {
|
|||
}};
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
macro_rules! assert_fixture_not_exists {
|
||||
($fname:expr) => {{
|
||||
let fpath = PathBuf::from(format!("./fixtures/dd/{}", $fname));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue