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
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
// ignore-stage1
|
// ignore-stage1
|
||||||
// ignore-tidy-linelength
|
// ignore-tidy-linelength
|
||||||
// ignore-android
|
// ignore-android
|
||||||
|
// ignore-cross-compile gives a different error message
|
||||||
|
|
||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#[phase(plugin)] extern crate rlib_crate_test;
|
#[phase(plugin)] extern crate rlib_crate_test;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue