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:
Alex Crichton 2014-07-15 14:00:37 -07:00
parent d336c1a3d2
commit d2a08e9011

View file

@ -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;