Skip to content

Commit b1c7b7d

Browse files
committed
Bless incremental test.
1 parent f01eb11 commit b1c7b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/incremental/hashes/enum_constructors.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ pub fn change_constructor_variant_c_like() {
334334
}
335335

336336
#[cfg(not(any(cfail1,cfail4)))]
337-
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,optimized_mir")]
337+
#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
338338
#[rustc_clean(cfg="cfail3")]
339-
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,optimized_mir")]
339+
#[rustc_clean(cfg="cfail5", except="hir_owner_nodes")]
340340
#[rustc_clean(cfg="cfail6")]
341341
pub fn change_constructor_variant_c_like() {
342342
let _x = Clike::C;

0 commit comments

Comments
 (0)