diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-03-10 13:45:39 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-03-14 20:52:42 +0100 |
| commit | e7b998c02ad19dcc542b4c8121a336b00e107556 (patch) | |
| tree | 8bf521bd093c12123aded46a043ee11751a51347 | |
| parent | 526a2c75219563216ebba7eaf89b1c498e1e2b82 (diff) | |
| download | rust-e7b998c02ad19dcc542b4c8121a336b00e107556.tar.gz rust-e7b998c02ad19dcc542b4c8121a336b00e107556.zip | |
Bless incremental test.
| -rw-r--r-- | tests/incremental/hashes/let_expressions.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/incremental/hashes/let_expressions.rs b/tests/incremental/hashes/let_expressions.rs index 180bf6fec87..7aca4324233 100644 --- a/tests/incremental/hashes/let_expressions.rs +++ b/tests/incremental/hashes/let_expressions.rs @@ -193,9 +193,9 @@ pub fn add_initializer() { } #[cfg(not(any(cfail1,cfail4)))] -#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,typeck,optimized_mir")] +#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,typeck")] #[rustc_clean(cfg="cfail3")] -#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,typeck,optimized_mir")] +#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,typeck")] #[rustc_clean(cfg="cfail6")] pub fn add_initializer() { let _x: i16 = 3i16; |
