Skip to content

Commit 3c0983c

Browse files
committed
Bless incremental tests
1 parent 6275b04 commit 3c0983c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/test/incremental/hashes/loop_expressions.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ pub fn change_continue_label() {
187187
}
188188

189189
#[cfg(not(any(cfail1,cfail4)))]
190-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, typeck")]
190+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
191191
#[rustc_clean(cfg="cfail3")]
192-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, typeck, optimized_mir")]
192+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, optimized_mir")]
193193
#[rustc_clean(cfg="cfail6")]
194194
pub fn change_continue_label() {
195195
let mut _x = 0;

src/test/incremental/hashes/while_let_loops.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ pub fn change_break_label() {
158158
}
159159

160160
#[cfg(not(any(cfail1,cfail4)))]
161-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,typeck")]
161+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
162162
#[rustc_clean(cfg="cfail3")]
163-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,typeck")]
163+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes")]
164164
#[rustc_clean(cfg="cfail6")]
165165
pub fn change_break_label() {
166166
let mut _x = 0;
@@ -210,9 +210,9 @@ pub fn change_continue_label() {
210210
}
211211

212212
#[cfg(not(any(cfail1,cfail4)))]
213-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,typeck")]
213+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
214214
#[rustc_clean(cfg="cfail3")]
215-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,typeck")]
215+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes")]
216216
#[rustc_clean(cfg="cfail6")]
217217
pub fn change_continue_label() {
218218
let mut _x = 0;

src/test/incremental/hashes/while_loops.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ pub fn change_break_label() {
158158
}
159159

160160
#[cfg(not(any(cfail1,cfail4)))]
161-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,optimized_mir,typeck")]
161+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,optimized_mir")]
162162
#[rustc_clean(cfg="cfail3")]
163-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,optimized_mir,typeck")]
163+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,optimized_mir")]
164164
#[rustc_clean(cfg="cfail6")]
165165
pub fn change_break_label() {
166166
let mut _x = 0;
@@ -212,9 +212,9 @@ pub fn change_continue_label() {
212212
}
213213

214214
#[cfg(not(any(cfail1,cfail4)))]
215-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,typeck")]
215+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
216216
#[rustc_clean(cfg="cfail3")]
217-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,typeck,optimized_mir")]
217+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,optimized_mir")]
218218
#[rustc_clean(cfg="cfail6")]
219219
pub fn change_continue_label() {
220220
let mut _x = 0;

0 commit comments

Comments
 (0)