Skip to content

Commit

Permalink
auto merge of #15695 : alexcrichton/rust/fix-snapshots, r=brson
Browse files Browse the repository at this point in the history
This test seems to yield a different error message on cross compiles, so just
ignore it when cross compiling.
  • Loading branch information
bors committed Jul 16, 2014
2 parents 2692ae1 + d2a08e9 commit afbcbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail-fulldeps/macro-crate-rlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit afbcbbc

Please sign in to comment.