Skip to content

Commit

Permalink
Auto merge of #7716 - ehuss:disable-pub-priv-test, r=alexcrichton
Browse files Browse the repository at this point in the history
[beta] Disable test not forwards compatible to nightly.

The `--extern` flag format changed (see #7699).  The changes didn't make it into beta, so just disable this test.  This isn't immediately necessary, but will be helpful if we need to make any other changes on the 1.41 branch in the future.

Closes #7714
  • Loading branch information
bors committed Dec 17, 2019
2 parents 626f0f4 + 726e47c commit 6744533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/pub_priv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use cargo_test_support::registry::Package;
use cargo_test_support::{is_nightly, project};

#[cargo_test]
#[ignore] // Not working on nightly https://github.com/rust-lang/cargo/issues/7714.
fn exported_priv_warning() {
if !is_nightly() {
return;
Expand Down

0 comments on commit 6744533

Please sign in to comment.