diff options
| author | Jakob Degen <jakob.e.degen@gmail.com> | 2022-05-27 18:17:39 -0700 |
|---|---|---|
| committer | Jakob Degen <jakob.e.degen@gmail.com> | 2022-05-27 18:17:39 -0700 |
| commit | 7a99da1d502f7353ca0cb2e1ba06b787de77a616 (patch) | |
| tree | c650c2a166d695816823cd99aad56bdb12514f6f /src/test/incremental/hashes/panic_exprs.rs | |
| parent | 8d6d8f0426f517051926a86f41f831eff30b23a7 (diff) | |
| download | rust-7a99da1d502f7353ca0cb2e1ba06b787de77a616.tar.gz rust-7a99da1d502f7353ca0cb2e1ba06b787de77a616.zip | |
Switch incremental/hashes tests to all use optimizations.
Diffstat (limited to 'src/test/incremental/hashes/panic_exprs.rs')
| -rw-r--r-- | src/test/incremental/hashes/panic_exprs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/panic_exprs.rs b/src/test/incremental/hashes/panic_exprs.rs index cc0bd45a4b4..37d10d922c1 100644 --- a/src/test/incremental/hashes/panic_exprs.rs +++ b/src/test/incremental/hashes/panic_exprs.rs @@ -10,7 +10,7 @@ // build-pass (FIXME(62277): could be check-pass?) // revisions: cfail1 cfail2 cfail3 -// compile-flags: -Z query-dep-graph -C debug-assertions +// compile-flags: -Z query-dep-graph -C debug-assertions -O #![allow(warnings)] #![feature(rustc_attrs)] |
