about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2024-08-18 16:54:02 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2024-10-04 23:50:01 +0000
commit98941f76ff5cd166d9c88177cae1e06db08bbe5f (patch)
treeca5dca64527f93ff77502899d89ed014bd9db9ea
parent6278e0f50745bafb8563c5765ef6a1622e3718c4 (diff)
downloadrust-98941f76ff5cd166d9c88177cae1e06db08bbe5f.tar.gz
rust-98941f76ff5cd166d9c88177cae1e06db08bbe5f.zip
Bless incremental tests.
-rw-r--r--tests/incremental/hashes/function_interfaces.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/incremental/hashes/function_interfaces.rs b/tests/incremental/hashes/function_interfaces.rs
index ab4d578458d..016a1813bab 100644
--- a/tests/incremental/hashes/function_interfaces.rs
+++ b/tests/incremental/hashes/function_interfaces.rs
@@ -318,9 +318,9 @@ pub fn change_return_impl_trait() -> impl Clone {
 }
 
 #[cfg(not(any(cfail1,cfail4)))]
-#[rustc_clean(cfg = "cfail2")]
+#[rustc_clean(cfg = "cfail2", except = "opt_hir_owner_nodes")]
 #[rustc_clean(cfg = "cfail3")]
-#[rustc_clean(cfg = "cfail5", except = "typeck")]
+#[rustc_clean(cfg = "cfail5", except = "opt_hir_owner_nodes, typeck")]
 #[rustc_clean(cfg = "cfail6")]
 pub fn change_return_impl_trait() -> impl  Copy {
     0u32