Skip to content

Commit 15b18f4

Browse files
authored
Unrolled build for rust-lang#123552
Rollup merge of rust-lang#123552 - bjorn3:fix-spike-neg, r=Mark-Simulacrum Add missing -Zquery-dep-graph to the spike-neg incr comp tests This ensures that the tests actually test what they are meant to test rather than exitting immediately with an error that -Zquery-dep-graph has to be passed.
2 parents 773fb88 + 809e0c7 commit 15b18f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/incremental/spike-neg1.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
//@ revisions:rpass1 rpass2
99
//@ should-fail
10+
//@ compile-flags: -Z query-dep-graph
1011

1112
#![feature(rustc_attrs)]
1213

tests/incremental/spike-neg2.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
//@ revisions:rpass1 rpass2
99
//@ should-fail
10+
//@ compile-flags: -Z query-dep-graph
1011

1112
#![feature(rustc_attrs)]
1213

0 commit comments

Comments
 (0)