about summary refs log tree commit diff
path: root/tests/incremental/hashes/loop_expressions.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-09-26 21:13:31 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-10-06 15:46:11 +0000
commitb704697fba5a1621000fbfbd53231cfa0b388878 (patch)
tree713f6d060a1ce0a61086d54b98d13d6999600de7 /tests/incremental/hashes/loop_expressions.rs
parent27d6a57e5821c8b7f5c8b049e36b856ed9440bfe (diff)
downloadrust-b704697fba5a1621000fbfbd53231cfa0b388878.tar.gz
rust-b704697fba5a1621000fbfbd53231cfa0b388878.zip
Bless incremental tests.
Diffstat (limited to 'tests/incremental/hashes/loop_expressions.rs')
-rw-r--r--tests/incremental/hashes/loop_expressions.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/incremental/hashes/loop_expressions.rs b/tests/incremental/hashes/loop_expressions.rs
index 87b86479d07..13e37bd59f8 100644
--- a/tests/incremental/hashes/loop_expressions.rs
+++ b/tests/incremental/hashes/loop_expressions.rs
@@ -28,9 +28,9 @@ pub fn change_loop_body() {
 }
 
 #[cfg(not(any(cfail1,cfail4)))]
-#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
+#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, optimized_mir")]
 #[rustc_clean(cfg="cfail3")]
-#[rustc_clean(cfg="cfail5", except="hir_owner_nodes")]
+#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, optimized_mir")]
 #[rustc_clean(cfg="cfail6")]
 pub fn change_loop_body() {
     let mut _x = 0;