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/issue-21092.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/issue-21092.rs')
| -rw-r--r-- | src/test/rustdoc/issue-21092.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-21092.rs b/src/test/rustdoc/issue-21092.rs index 38983aee933..745c6e2c664 100644 --- a/src/test/rustdoc/issue-21092.rs +++ b/src/test/rustdoc/issue-21092.rs @@ -9,7 +9,7 @@ // except according to those terms. // aux-build:issue-21092.rs -// ignore-android +// ignore-cross-compile extern crate issue_21092; |
