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