diff options
Diffstat (limited to 'tests/ui/alloc-error/default-alloc-error-hook.rs')
| -rw-r--r-- | tests/ui/alloc-error/default-alloc-error-hook.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/alloc-error/default-alloc-error-hook.rs b/tests/ui/alloc-error/default-alloc-error-hook.rs index a8a2027cc45..5f977460b8c 100644 --- a/tests/ui/alloc-error/default-alloc-error-hook.rs +++ b/tests/ui/alloc-error/default-alloc-error-hook.rs @@ -1,5 +1,5 @@ //@ run-pass -//@ ignore-emscripten no processes +//@ ignore-wasm32 no processes //@ ignore-sgx no processes use std::alloc::{Layout, handle_alloc_error}; |
