about summary refs log tree commit diff
path: root/tests/incremental/hash-module-order.rs
diff options
context:
space:
mode:
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;