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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/alloc-error/default-alloc-error-hook.rs b/tests/ui/alloc-error/default-alloc-error-hook.rs index 5f977460b8c..7fbc66ca5f4 100644 --- a/tests/ui/alloc-error/default-alloc-error-hook.rs +++ b/tests/ui/alloc-error/default-alloc-error-hook.rs @@ -1,6 +1,5 @@ //@ run-pass -//@ ignore-wasm32 no processes -//@ ignore-sgx no processes +//@ needs-subprocess use std::alloc::{Layout, handle_alloc_error}; use std::env; |
