Ignore all rusti tests. #7541

This commit is contained in:
Brian Anderson 2013-07-01 18:33:45 -07:00
parent e482856d76
commit 77b98247a2

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;