Skip to content

Commit d5e22a6

Browse files
committed
Update incremental tests.
1 parent 073fc56 commit d5e22a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/incremental/hashes/inherent_impls.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ impl Foo {
7373
impl Foo {
7474
//------------
7575
//---------------
76-
//------------------------------------------------------------
76+
//-----------------------------------------------
7777
//
7878
//--------------------------
7979
//------------
8080
//---------------
81-
//------------------------------------------------------------
81+
//-----------------------------------------------
8282
//
8383
//--------------------------
8484
#[inline]
@@ -95,12 +95,12 @@ impl Foo {
9595
impl Foo {
9696
#[rustc_clean(
9797
cfg="cfail2",
98-
except="hir_owner_nodes,optimized_mir,promoted_mir,typeck"
98+
except="hir_owner_nodes,optimized_mir,typeck"
9999
)]
100100
#[rustc_clean(cfg="cfail3")]
101101
#[rustc_clean(
102102
cfg="cfail5",
103-
except="hir_owner_nodes,optimized_mir,promoted_mir,typeck"
103+
except="hir_owner_nodes,optimized_mir,typeck"
104104
)]
105105
#[rustc_clean(cfg="cfail6")]
106106
#[inline]

tests/incremental/hygiene/auxiliary/cached_hygiene.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ macro_rules! first_macro {
1313
}
1414
}
1515

16-
#[rustc_clean(except="hir_owner_nodes,typeck,optimized_mir,promoted_mir", cfg="rpass2")]
16+
#[rustc_clean(except="hir_owner_nodes,typeck,optimized_mir", cfg="rpass2")]
1717
#[inline(always)]
1818
pub fn changed_fn() {
1919
// This will cause additional hygiene to be generate,

0 commit comments

Comments
 (0)