Skip to content

Commit 8063b5b

Browse files
committed
Bless incremental tests.
1 parent 588e3c3 commit 8063b5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/incremental/hashes/inherent_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl Foo {
150150
}
151151

152152
#[cfg(not(any(cfail1,cfail4)))]
153-
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes")]
153+
#[rustc_clean(cfg="cfail2")]
154154
#[rustc_clean(cfg="cfail3")]
155155
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
156156
#[rustc_clean(cfg="cfail6")]

tests/incremental/hashes/trait_impls.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub trait ChangeMethodSelfnessTrait {
141141
}
142142

143143
#[cfg(not(any(cfail1,cfail4)))]
144-
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
144+
#[rustc_clean(cfg="cfail2")]
145145
#[rustc_clean(cfg="cfail3")]
146146
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
147147
#[rustc_clean(cfg="cfail6")]
@@ -179,7 +179,7 @@ pub trait RemoveMethodSelfnessTrait {
179179
}
180180

181181
#[cfg(not(any(cfail1,cfail4)))]
182-
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
182+
#[rustc_clean(cfg="cfail2")]
183183
#[rustc_clean(cfg="cfail3")]
184184
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
185185
#[rustc_clean(cfg="cfail6")]

0 commit comments

Comments
 (0)