tests(fmt): removes fmt tests from Windows builds

This commit is contained in:
Kevin K 2015-12-18 02:24:34 -05:00
parent 6372b4844f
commit 2b6511fe65

View file

@ -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 {
use super::Format;
use ansi_term::Colour::{Green, Red, Yellow};