diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-06-08 09:18:34 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-06-12 09:34:15 +0200 |
| commit | 070cc836e95517fff04699ceb9f85ec017befc58 (patch) | |
| tree | 9ae7ac7a88b922311b75f228c5ad8f381bd9a477 /tests/mir-opt/dataflow-const-prop/inherit_overflow.rs | |
| parent | a4e8904ce8a3de49cd211123ed24c44b45711705 (diff) | |
| download | rust-070cc836e95517fff04699ceb9f85ec017befc58.tar.gz rust-070cc836e95517fff04699ceb9f85ec017befc58.zip | |
properly mark tests that require panic=abort
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/inherit_overflow.rs')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/inherit_overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/inherit_overflow.rs b/tests/mir-opt/dataflow-const-prop/inherit_overflow.rs index 90349d5270c..964c58966f0 100644 --- a/tests/mir-opt/dataflow-const-prop/inherit_overflow.rs +++ b/tests/mir-opt/dataflow-const-prop/inherit_overflow.rs @@ -1,4 +1,4 @@ -// ignore-wasm32 compiled with panic=abort by default +// EMIT_MIR_FOR_EACH_PANIC_STRATEGY // unit-test: DataflowConstProp // compile-flags: -Zmir-enable-passes=+Inline |
