From 451c94343f2c49cfcc790816fd8587bfdc7ecfb8 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 1 Jul 2013 21:23:36 -0700 Subject: [PATCH] Ignore all rusti tests harder. #7541 --- src/librusti/rusti.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librusti/rusti.rs b/src/librusti/rusti.rs index 2cdcea203cad..f91d99322390 100644 --- a/src/librusti/rusti.rs +++ b/src/librusti/rusti.rs @@ -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;