about summary refs log tree commit diff
path: root/tests/incremental/hash-module-order.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2024-01-16 23:46:07 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2024-01-16 23:49:39 +0000
commit20a8a23cb33fbc59fe89d64fa5dd51ccf33df415 (patch)
treeb6297958de750782af6db10ee9361d8a4a41fe3e /tests/incremental/hash-module-order.rs
parentb99c3ae6d66762b9faf863fa8078f5aad8b36205 (diff)
downloadrust-20a8a23cb33fbc59fe89d64fa5dd51ccf33df415.tar.gz
rust-20a8a23cb33fbc59fe89d64fa5dd51ccf33df415.zip
Bless incremental tests.
Diffstat (limited to 'tests/incremental/hash-module-order.rs')
-rw-r--r--tests/incremental/hash-module-order.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/incremental/hash-module-order.rs b/tests/incremental/hash-module-order.rs
index fe9af9eeb37..f9244d8adbf 100644
--- a/tests/incremental/hash-module-order.rs
+++ b/tests/incremental/hash-module-order.rs
@@ -12,14 +12,14 @@
 #![feature(rustc_attrs)]
 
 #[cfg(rpass1)]
-#[rustc_clean(cfg="rpass1",except="hir_owner")]
+#[rustc_clean(cfg="rpass1",except="hir_owner_nodes")]
 mod foo {
     struct First;
     struct Second;
 }
 
 #[cfg(rpass2)]
-#[rustc_clean(cfg="rpass2",except="hir_owner")]
+#[rustc_clean(cfg="rpass2",except="hir_owner_nodes")]
 mod foo {
     struct Second;
     struct First;