diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-07-01 21:23:36 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-07-01 21:23:36 -0700 |
| commit | 451c94343f2c49cfcc790816fd8587bfdc7ecfb8 (patch) | |
| tree | 5ddf608700effdf642ee254975e97dca6ccf495b | |
| parent | 77b98247a26dcba11bd04f27ff8f5252ecd97df5 (diff) | |
| download | rust-451c94343f2c49cfcc790816fd8587bfdc7ecfb8.tar.gz rust-451c94343f2c49cfcc790816fd8587bfdc7ecfb8.zip | |
Ignore all rusti tests harder. #7541
| -rw-r--r-- | src/librusti/rusti.rs | 3 |
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; |
