From b8c85207250cb90d658fd767137c4b63ecc43d01 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Wed, 20 Sep 2023 18:18:44 +0000 Subject: [PATCH] Ignore debug-assertions in test. --- tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs | 1 + 1 file changed, 1 insertion(+) 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