Ignore all rusti tests harder. #7541

This commit is contained in:
Brian Anderson 2013-07-01 21:23:36 -07:00
parent 77b98247a2
commit 451c94343f

View file

@ -511,7 +511,8 @@ pub fn main() {
}
}
#[cfg(test)]
//#[cfg(test)]
#[cfg(ignore)] // FIXME #7541 doesn't work under cross-compile
mod tests {
use std::io;
use std::iterator::IteratorUtil;