Skip to content

Commit

Permalink
Ignore all rusti tests. #7541
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 2, 2013
1 parent e482856 commit 77b9824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librusti/rusti.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77b9824

Please sign in to comment.