auto merge of #15695 : alexcrichton/rust/fix-snapshots, r=brson

This test seems to yield a different error message on cross compiles, so just
ignore it when cross compiling.
This commit is contained in:
bors 2014-07-16 00:31:15 +00:00
commit afbcbbc77f

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;