Skip to content

Commit afbcbbc

Browse files
committed
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.
2 parents 2692ae1 + d2a08e9 commit afbcbbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail-fulldeps/macro-crate-rlib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// ignore-stage1
1313
// ignore-tidy-linelength
1414
// ignore-android
15+
// ignore-cross-compile gives a different error message
1516

1617
#![feature(phase)]
1718
#[phase(plugin)] extern crate rlib_crate_test;

0 commit comments

Comments
 (0)