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:
Guillaume Gomez 2024-04-06 17:37:40 +02:00 committed by GitHub
commit 79a97b3999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
//@ revisions:rpass1 rpass2
//@ should-fail
//@ compile-flags: -Z query-dep-graph
#![feature(rustc_attrs)]

View File

@ -7,6 +7,7 @@
//@ revisions:rpass1 rpass2
//@ should-fail
//@ compile-flags: -Z query-dep-graph
#![feature(rustc_attrs)]