Skip to content

Commit

Permalink
auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfackler
Browse files Browse the repository at this point in the history
These tests are failing on the snap builders, and are now tagged with a FIXME.

cc #12102
  • Loading branch information
bors committed Mar 3, 2014
2 parents 813544f + 6a6d933 commit 4eea6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/macro-crate-unexported-macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// aux-build:macro_crate_test.rs
// ignore-stage1
// ignore-android
// ignore-cross-compile #12102

#[feature(phase)];

Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/phase-syntax-doesnt-resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// aux-build:macro_crate_test.rs
// ignore-stage1
// ignore-android
// ignore-cross-compile #12102

#[feature(phase)];

Expand Down

0 comments on commit 4eea6f7

Please sign in to comment.