Skip to content

Commit

Permalink
test: Try to fix a failing snapshot test
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
alexcrichton committed Jul 15, 2014
1 parent d336c1a commit d2a08e9
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

5 comments on commit d2a08e9

@bors
Copy link
Contributor

@bors bors commented on d2a08e9 Jul 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at alexcrichton@d2a08e9

@bors
Copy link
Contributor

@bors bors commented on d2a08e9 Jul 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/fix-snapshots = d2a08e9 into auto

@bors
Copy link
Contributor

@bors bors commented on d2a08e9 Jul 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/fix-snapshots = d2a08e9 merged ok, testing candidate = afbcbbc

@bors
Copy link
Contributor

@bors bors commented on d2a08e9 Jul 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = afbcbbc

Please sign in to comment.