about summary refs log tree commit diff
path: root/tests/ui/alloc-error/default-alloc-error-hook.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/alloc-error/default-alloc-error-hook.rs')
-rw-r--r--tests/ui/alloc-error/default-alloc-error-hook.rs3
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;