Skip to content

Commit

Permalink
Add comment which refers to an issue on nightly-only test
Browse files Browse the repository at this point in the history
Co-Authored-By: topecongiro <seuchida@gmail.com>
  • Loading branch information
scampi and topecongiro committed Mar 17, 2019
1 parent 7fc4e41 commit be0ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ fn idempotence_tests() {
fn self_tests() {
match option_env!("CFG_RELEASE_CHANNEL") {
None | Some("nightly") => {}
_ => return, // these tests require nightly
_ => return, // Issue-3443: these tests require nightly
}
let mut files = get_test_files(Path::new("tests"), false);
let bin_directories = vec!["cargo-fmt", "git-rustfmt", "bin", "format-diff"];
Expand Down

0 comments on commit be0ada2

Please sign in to comment.