diff options
Diffstat (limited to 'tests/incremental/string_constant.rs')
| -rw-r--r-- | tests/incremental/string_constant.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incremental/string_constant.rs b/tests/incremental/string_constant.rs index 47cd100b136..325b200e69b 100644 --- a/tests/incremental/string_constant.rs +++ b/tests/incremental/string_constant.rs @@ -17,7 +17,7 @@ pub mod x { } #[cfg(cfail2)] - #[rustc_clean(except = "hir_owner_nodes,promoted_mir", cfg = "cfail2")] + #[rustc_clean(except = "opt_hir_owner_nodes,promoted_mir", cfg = "cfail2")] pub fn x() { println!("{}", "2"); } |
