diff options
| author | Ryan Prichard <ryan.prichard@gmail.com> | 2015-04-22 15:22:36 -0700 |
|---|---|---|
| committer | Ryan Prichard <ryan.prichard@gmail.com> | 2015-04-22 20:32:14 -0700 |
| commit | 89b6f397c58db87bfcc976cafb75324b2278c171 (patch) | |
| tree | 6159e50e8790a67dc43058edbd31c427b6feb3fb /src/test/rustdoc/default-impl.rs | |
| parent | f7962d2dae4462a154c6d2f1b32c315f2a7ca4ab (diff) | |
| download | rust-89b6f397c58db87bfcc976cafb75324b2278c171.tar.gz rust-89b6f397c58db87bfcc976cafb75324b2278c171.zip | |
Replace ignore-android with ignore-cross-compile in rustdoc tests
The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working.
Diffstat (limited to 'src/test/rustdoc/default-impl.rs')
| -rw-r--r-- | src/test/rustdoc/default-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/default-impl.rs b/src/test/rustdoc/default-impl.rs index 92b24314002..6153a396634 100644 --- a/src/test/rustdoc/default-impl.rs +++ b/src/test/rustdoc/default-impl.rs @@ -9,7 +9,7 @@ // except according to those terms. // aux-build:rustdoc-default-impl.rs -// ignore-android +// ignore-cross-compile extern crate rustdoc_default_impl as foo; |
