diff options
Diffstat (limited to 'tests/mir-opt/inline/exponential_runtime.rs')
-rw-r--r-- | tests/mir-opt/inline/exponential_runtime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/inline/exponential_runtime.rs b/tests/mir-opt/inline/exponential_runtime.rs index 39985528f..cfa9ff210 100644 --- a/tests/mir-opt/inline/exponential_runtime.rs +++ b/tests/mir-opt/inline/exponential_runtime.rs @@ -1,4 +1,4 @@ -// ignore-wasm32 compiled with panic=abort by default +// EMIT_MIR_FOR_EACH_PANIC_STRATEGY // Checks that code with exponential runtime does not have exponential behavior in inlining. trait A { |