Skip to content

Commit 77b9824

Browse files
committed
Ignore all rusti tests. #7541
1 parent e482856 commit 77b9824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librusti/rusti.rc

+2-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ pub fn main() {
511511
}
512512
}
513513

514-
#[cfg(test)]
514+
//#[cfg(test)]
515+
#[cfg(ignore)] // FIXME #7541 doesn't work under cross-compile
515516
mod tests {
516517
use std::io;
517518
use std::iterator::IteratorUtil;

0 commit comments

Comments
 (0)