diff options
Diffstat (limited to 'tests/codegen/unwind-extern-imports.rs')
-rw-r--r-- | tests/codegen/unwind-extern-imports.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/unwind-extern-imports.rs b/tests/codegen/unwind-extern-imports.rs index e33e3e805..260dcc628 100644 --- a/tests/codegen/unwind-extern-imports.rs +++ b/tests/codegen/unwind-extern-imports.rs @@ -1,5 +1,6 @@ // compile-flags: -C no-prepopulate-passes // ignore-wasm32-bare compiled with panic=abort by default +// needs-unwind #![crate_type = "lib"] #![feature(c_unwind)] |