mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
tests(fmt): removes fmt tests from Windows builds
This commit is contained in:
parent
6372b4844f
commit
2b6511fe65
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ impl<T: fmt::Display> fmt::Display for Format<T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, feature = "color", not(target_os = "windows")))]
|
||||||
mod test {
|
mod test {
|
||||||
use super::Format;
|
use super::Format;
|
||||||
use ansi_term::Colour::{Green, Red, Yellow};
|
use ansi_term::Colour::{Green, Red, Yellow};
|
||||||
|
|
Loading…
Reference in a new issue