Skip to content

Commit a7b1c4e

Browse files
committed
Enable some fix tests on stable
1 parent 04cec5f commit a7b1c4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/testsuite/fix.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,6 @@ fn fix_all_targets_by_default() {
786786

787787
#[test]
788788
fn prepare_for_and_enable() {
789-
if !is_nightly() {
790-
return;
791-
}
792789
let p = project()
793790
.file(
794791
"Cargo.toml",
@@ -905,9 +902,6 @@ fn idioms_2015_ok() {
905902

906903
#[test]
907904
fn both_edition_migrate_flags() {
908-
if !is_nightly() {
909-
return;
910-
}
911905
let p = project().file("src/lib.rs", "").build();
912906

913907
let stderr = "\

0 commit comments

Comments
 (0)