Skip to content

Commit 5812604

Browse files
committed
Bless tests.
1 parent 1119b48 commit 5812604

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

src/test/incremental/hashes/extern_mods.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121
}
2222

2323
#[cfg(not(cfail1))]
24-
#[rustc_dirty(cfg = "cfail2", except = "hir_owner_nodes")]
24+
#[rustc_dirty(cfg = "cfail2")]
2525
#[rustc_clean(cfg = "cfail3")]
2626
extern "C" {
2727
pub fn change_function_name2(c: i64) -> i32;
@@ -112,7 +112,7 @@ extern "C" {
112112
}
113113

114114
#[cfg(not(cfail1))]
115-
#[rustc_dirty(cfg = "cfail2", except = "hir_owner_nodes")]
115+
#[rustc_dirty(cfg = "cfail2")]
116116
#[rustc_clean(cfg = "cfail3")]
117117
extern "rust-call" {
118118
pub fn change_calling_convention(c: i32);
@@ -125,7 +125,7 @@ extern "C" {
125125
}
126126

127127
#[cfg(not(cfail1))]
128-
#[rustc_dirty(cfg = "cfail2", except = "hir_owner_nodes")]
128+
#[rustc_dirty(cfg = "cfail2")]
129129
#[rustc_clean(cfg = "cfail3")]
130130
extern "C" {
131131
pub fn make_function_public(c: i32);
@@ -138,7 +138,7 @@ extern "C" {
138138
}
139139

140140
#[cfg(not(cfail1))]
141-
#[rustc_dirty(cfg = "cfail2", except = "hir_owner_nodes")]
141+
#[rustc_dirty(cfg = "cfail2")]
142142
#[rustc_clean(cfg = "cfail3")]
143143
extern "C" {
144144
pub fn add_function1(c: i32);

src/test/incremental/hashes/inherent_impls.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl Foo {
2323
}
2424

2525
#[cfg(not(cfail1))]
26-
#[rustc_clean(cfg="cfail2", except="hir_owner,associated_item_def_ids")]
26+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes,associated_item_def_ids")]
2727
#[rustc_clean(cfg="cfail3")]
2828
impl Foo {
2929
#[rustc_clean(cfg="cfail3")]
@@ -85,7 +85,7 @@ impl Foo {
8585
}
8686

8787
#[cfg(not(cfail1))]
88-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
88+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
8989
#[rustc_clean(cfg="cfail3")]
9090
impl Foo {
9191
#[rustc_clean(cfg="cfail2", except="associated_item,hir_owner,hir_owner_nodes")]
@@ -100,7 +100,7 @@ impl Foo {
100100
}
101101

102102
#[cfg(not(cfail1))]
103-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
103+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
104104
#[rustc_clean(cfg="cfail3")]
105105
impl Foo {
106106
#[rustc_dirty(cfg="cfail2", except="type_of,predicates_of,promoted_mir")]
@@ -135,7 +135,7 @@ impl Foo {
135135
}
136136

137137
#[cfg(not(cfail1))]
138-
#[rustc_clean(cfg="cfail2", except="hir_owner,associated_item_def_ids")]
138+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes,associated_item_def_ids")]
139139
#[rustc_clean(cfg="cfail3")]
140140
impl Foo {
141141
#[rustc_clean(cfg="cfail2")]
@@ -468,7 +468,7 @@ impl Bar<u32> {
468468
}
469469

470470
#[cfg(not(cfail1))]
471-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
471+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
472472
#[rustc_clean(cfg="cfail3")]
473473
impl Bar<u64> {
474474
#[rustc_clean(cfg="cfail2", except="fn_sig,optimized_mir,typeck")]

src/test/incremental/hashes/type_defs.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
type ChangePrimitiveType = i32;
2525

2626
#[cfg(not(cfail1))]
27-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
27+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
2828
#[rustc_clean(cfg="cfail3")]
2929
type ChangePrimitiveType = i64;
3030

@@ -35,7 +35,7 @@ type ChangePrimitiveType = i64;
3535
type ChangeMutability = &'static i32;
3636

3737
#[cfg(not(cfail1))]
38-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
38+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
3939
#[rustc_clean(cfg="cfail3")]
4040
type ChangeMutability = &'static mut i32;
4141

@@ -60,7 +60,7 @@ struct Struct2;
6060
type ChangeTypeStruct = Struct1;
6161

6262
#[cfg(not(cfail1))]
63-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
63+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
6464
#[rustc_clean(cfg="cfail3")]
6565
type ChangeTypeStruct = Struct2;
6666

@@ -71,7 +71,7 @@ type ChangeTypeStruct = Struct2;
7171
type ChangeTypeTuple = (u32, u64);
7272

7373
#[cfg(not(cfail1))]
74-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
74+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
7575
#[rustc_clean(cfg="cfail3")]
7676
type ChangeTypeTuple = (u32, i64);
7777

@@ -91,7 +91,7 @@ enum Enum2 {
9191
type ChangeTypeEnum = Enum1;
9292

9393
#[cfg(not(cfail1))]
94-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
94+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
9595
#[rustc_clean(cfg="cfail3")]
9696
type ChangeTypeEnum = Enum2;
9797

@@ -102,7 +102,7 @@ type ChangeTypeEnum = Enum2;
102102
type AddTupleField = (i32, i64);
103103

104104
#[cfg(not(cfail1))]
105-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
105+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
106106
#[rustc_clean(cfg="cfail3")]
107107
type AddTupleField = (i32, i64, i16);
108108

@@ -113,7 +113,7 @@ type AddTupleField = (i32, i64, i16);
113113
type ChangeNestedTupleField = (i32, (i64, i16));
114114

115115
#[cfg(not(cfail1))]
116-
#[rustc_clean(cfg="cfail2", except="hir_owner")]
116+
#[rustc_clean(cfg="cfail2", except="hir_owner,hir_owner_nodes")]
117117
#[rustc_clean(cfg="cfail3")]
118118
type ChangeNestedTupleField = (i32, (i64, i8));
119119

0 commit comments

Comments
 (0)