Skip to content

Commit

Permalink
Disable opt in incremental test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Dec 22, 2023
1 parent 7f64fd5 commit 1293d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/incremental/string_constant.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// revisions: cfail1 cfail2
// compile-flags: -Z query-dep-graph
// compile-flags: -Z query-dep-graph -Copt-level=0
// build-pass (FIXME(62277): could be check-pass?)

#![allow(warnings)]
Expand All @@ -17,7 +17,7 @@ pub mod x {
}

#[cfg(cfail2)]
#[rustc_clean(except = "hir_owner_nodes,promoted_mir,optimized_mir", cfg = "cfail2")]
#[rustc_clean(except = "hir_owner_nodes,promoted_mir", cfg = "cfail2")]
pub fn x() {
println!("{}", "2");
}
Expand Down

0 comments on commit 1293d25

Please sign in to comment.