Skip to content

Commit 79a97b3

Browse files
Rollup merge of #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 b4a761d + 809e0c7 commit 79a97b3

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)