Skip to content

Commit a48127f

Browse files
committed
Bless incremental test.
1 parent b8ec86c commit a48127f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/incremental/hashes/closure_expressions.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ pub fn add_parameter() {
4545
}
4646

4747
#[cfg(not(any(cfail1,cfail4)))]
48-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, optimized_mir, typeck")]
48+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, typeck")]
4949
#[rustc_clean(cfg="cfail3")]
50-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, optimized_mir, typeck")]
50+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, typeck")]
5151
#[rustc_clean(cfg="cfail6")]
5252
pub fn add_parameter() {
5353
let x = 0u32;

0 commit comments

Comments
 (0)