diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-12 11:24:34 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-12 11:24:34 -0800 |
| commit | 064281c1eef8ec93c97f2759182cb5915e949eb4 (patch) | |
| tree | ce7e8423f236e1fb0d90c8cf842dbbf4fe3a9efb | |
| parent | 1d5c52d8a1d9cc5750aadfbb707584466083ef47 (diff) | |
| download | rust-064281c1eef8ec93c97f2759182cb5915e949eb4.tar.gz rust-064281c1eef8ec93c97f2759182cb5915e949eb4.zip | |
Ignore another fourcc test on cross compiles
| -rw-r--r-- | src/test/run-pass-fulldeps/syntax-extension-fourcc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass-fulldeps/syntax-extension-fourcc.rs b/src/test/run-pass-fulldeps/syntax-extension-fourcc.rs index 40472b91e51..ab25946b643 100644 --- a/src/test/run-pass-fulldeps/syntax-extension-fourcc.rs +++ b/src/test/run-pass-fulldeps/syntax-extension-fourcc.rs @@ -11,7 +11,7 @@ // ignore-fast Feature gating doesn't work // ignore-stage1 // ignore-pretty -// ignore-android +// ignore-cross-compile #[feature(phase)]; |
