Skip to content

Commit 75e0824

Browse files
committed
Bless incremental tests.
1 parent 2837727 commit 75e0824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/incremental/hashes/for_loops.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ pub fn change_iterable() {
103103
}
104104

105105
#[cfg(not(any(cfail1,cfail4)))]
106-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, promoted_mir")]
106+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, promoted_mir, optimized_mir")]
107107
#[rustc_clean(cfg="cfail3")]
108-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, promoted_mir")]
108+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, promoted_mir, optimized_mir")]
109109
#[rustc_clean(cfg="cfail6")]
110110
pub fn change_iterable() {
111111
let mut _x = 0;

tests/incremental/string_constant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub mod x {
1717
}
1818

1919
#[cfg(cfail2)]
20-
#[rustc_clean(except = "hir_owner_nodes,promoted_mir", cfg = "cfail2")]
20+
#[rustc_clean(except = "hir_owner_nodes,promoted_mir,optimized_mir", cfg = "cfail2")]
2121
pub fn x() {
2222
println!("{}", "2");
2323
}

0 commit comments

Comments
 (0)