Skip to content

Commit 60bf851

Browse files
committed
Bless incremental tests.
1 parent 7e0ab75 commit 60bf851

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/incremental/hash-module-order.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod foo {
1919
}
2020

2121
#[cfg(rpass2)]
22-
#[rustc_clean(cfg="rpass2",except="hir_owner")]
22+
#[rustc_clean(cfg="rpass2",except="hir_owner,hir_owner_nodes")]
2323
mod foo {
2424
struct Second;
2525
struct First;

src/test/incremental/hashes/trait_defs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ trait TraitAddUnsafeModifier {
404404
#[cfg(not(any(cfail1,cfail4)))]
405405
#[rustc_clean(cfg="cfail2")]
406406
#[rustc_clean(cfg="cfail3")]
407-
#[rustc_clean(except="hir_owner", cfg="cfail5")]
407+
#[rustc_clean(except="hir_owner,hir_owner_nodes", cfg="cfail5")]
408408
#[rustc_clean(cfg="cfail6")]
409409
trait TraitAddUnsafeModifier {
410410
#[rustc_clean(except="hir_owner,hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -429,7 +429,7 @@ trait TraitAddExternModifier {
429429
#[cfg(not(any(cfail1,cfail4)))]
430430
#[rustc_clean(cfg="cfail2")]
431431
#[rustc_clean(cfg="cfail3")]
432-
#[rustc_clean(except="hir_owner", cfg="cfail5")]
432+
#[rustc_clean(except="hir_owner,hir_owner_nodes", cfg="cfail5")]
433433
#[rustc_clean(cfg="cfail6")]
434434
trait TraitAddExternModifier {
435435
#[rustc_clean(except="hir_owner,hir_owner_nodes,fn_sig", cfg="cfail2")]

0 commit comments

Comments
 (0)