Skip to content

Commit aa99688

Browse files
committed
Disable opt in incremental test.
1 parent 6dfda0d commit aa99688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/incremental/string_constant.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// revisions: cfail1 cfail2
2-
// compile-flags: -Z query-dep-graph
2+
// compile-flags: -Z query-dep-graph -Copt-level=0
33
// build-pass (FIXME(62277): could be check-pass?)
44

55
#![allow(warnings)]
@@ -17,7 +17,7 @@ pub mod x {
1717
}
1818

1919
#[cfg(cfail2)]
20-
#[rustc_clean(except = "hir_owner_nodes,promoted_mir,optimized_mir", cfg = "cfail2")]
20+
#[rustc_clean(except = "hir_owner_nodes,promoted_mir", cfg = "cfail2")]
2121
pub fn x() {
2222
println!("{}", "2");
2323
}

0 commit comments

Comments
 (0)