about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-12-06 20:05:55 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2022-12-25 18:01:07 +0000
commita48127f0dc019e75b2e3c96d6c37b4c022f6edc6 (patch)
tree8018f38d3f73ba455005a457ccacda979b89caaa /src
parentb8ec86cabb10866b3c33c6e275b13e3709168ce8 (diff)
downloadrust-a48127f0dc019e75b2e3c96d6c37b4c022f6edc6.tar.gz
rust-a48127f0dc019e75b2e3c96d6c37b4c022f6edc6.zip
Bless incremental test.
Diffstat (limited to 'src')
-rw-r--r--src/test/incremental/hashes/closure_expressions.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/incremental/hashes/closure_expressions.rs b/src/test/incremental/hashes/closure_expressions.rs
index c769246b29b..ce9f1d5a9d2 100644
--- a/src/test/incremental/hashes/closure_expressions.rs
+++ b/src/test/incremental/hashes/closure_expressions.rs
@@ -45,9 +45,9 @@ pub fn add_parameter() {
 }
 
 #[cfg(not(any(cfail1,cfail4)))]
-#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, optimized_mir, typeck")]
+#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, typeck")]
 #[rustc_clean(cfg="cfail3")]
-#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, optimized_mir, typeck")]
+#[rustc_clean(cfg="cfail5", except="hir_owner_nodes, typeck")]
 #[rustc_clean(cfg="cfail6")]
 pub fn add_parameter() {
     let x = 0u32;