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:
commit
afbcbbc77f
@ -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…
Reference in New Issue
Block a user