diff options
Diffstat (limited to '')
-rw-r--r-- | tests/codegen/drop.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/drop.rs b/tests/codegen/drop.rs index 994028271..3615ef47b 100644 --- a/tests/codegen/drop.rs +++ b/tests/codegen/drop.rs @@ -1,4 +1,5 @@ // ignore-wasm32-bare compiled with panic=abort by default +// needs-unwind - this test verifies the amount of drop calls when unwinding is used // compile-flags: -C no-prepopulate-passes #![crate_type = "lib"] |