diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2024-01-16 23:46:07 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2024-01-16 23:49:39 +0000 |
| commit | 20a8a23cb33fbc59fe89d64fa5dd51ccf33df415 (patch) | |
| tree | b6297958de750782af6db10ee9361d8a4a41fe3e /tests/incremental/hash-module-order.rs | |
| parent | b99c3ae6d66762b9faf863fa8078f5aad8b36205 (diff) | |
| download | rust-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.rs | 4 |
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; |
