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.
This commit is contained in:
parent
d336c1a3d2
commit
d2a08e9011
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue