about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librusti/rusti.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librusti/rusti.rs b/src/librusti/rusti.rs
index 2cdcea203ca..f91d9932239 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;