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.
This commit is contained in:
commit
79a97b3999
@ -7,6 +7,7 @@
|
||||
|
||||
//@ revisions:rpass1 rpass2
|
||||
//@ should-fail
|
||||
//@ compile-flags: -Z query-dep-graph
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
//@ revisions:rpass1 rpass2
|
||||
//@ should-fail
|
||||
//@ compile-flags: -Z query-dep-graph
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user