diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-07-15 14:00:37 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-15 14:00:37 -0700 |
| commit | d2a08e9011582e06db287dbe9d2a1a71cc99d625 (patch) | |
| tree | 43bd47e3b33b8a1d2510920f7fa3aaf65e733415 /src/test | |
| parent | d336c1a3d2641aad3fa15c7006eabdf17696a7ad (diff) | |
| download | rust-d2a08e9011582e06db287dbe9d2a1a71cc99d625.tar.gz rust-d2a08e9011582e06db287dbe9d2a1a71cc99d625.zip | |
test: Try to fix a failing snapshot test
This test seems to yield a different error message on cross compiles, so just ignore it when cross compiling.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail-fulldeps/macro-crate-rlib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs index 625245d9f2d..d4f286f20e8 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs @@ -12,6 +12,7 @@ // ignore-stage1 // ignore-tidy-linelength // ignore-android +// ignore-cross-compile gives a different error message #![feature(phase)] #[phase(plugin)] extern crate rlib_crate_test; |
