diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-09-20 18:18:44 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-09-20 18:18:44 +0000 |
| commit | b8c85207250cb90d658fd767137c4b63ecc43d01 (patch) | |
| tree | 2a9fd4a27242fbcabe5dc4d7b35d36314d5fbaef | |
| parent | e76b7f226aa5e463007b85767452cb9c561c418f (diff) | |
| download | rust-b8c85207250cb90d658fd767137c4b63ecc43d01.tar.gz rust-b8c85207250cb90d658fd767137c4b63ecc43d01.zip | |
Ignore debug-assertions in test.
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs b/tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs index b6be01aff7e..dfeccd3eb94 100644 --- a/tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs +++ b/tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs @@ -1,5 +1,6 @@ // unit-test: DataflowConstProp // compile-flags: -Zmir-enable-passes=+ConstProp,+Inline +// ignore-debug assertions change the output MIR // EMIT_MIR_FOR_EACH_BIT_WIDTH // EMIT_MIR_FOR_EACH_PANIC_STRATEGY |
