about summary refs log tree commit diff
path: root/tests/ui/runtime/rt-explody-panic-payloads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/runtime/rt-explody-panic-payloads.rs')
-rw-r--r--tests/ui/runtime/rt-explody-panic-payloads.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/runtime/rt-explody-panic-payloads.rs b/tests/ui/runtime/rt-explody-panic-payloads.rs
index 755d3df42de..bd3624a8aee 100644
--- a/tests/ui/runtime/rt-explody-panic-payloads.rs
+++ b/tests/ui/runtime/rt-explody-panic-payloads.rs
@@ -1,7 +1,7 @@
-// run-pass
-// needs-unwind
-// ignore-emscripten no processes
-// ignore-sgx no processes
+//@ run-pass
+//@ needs-unwind
+//@ ignore-emscripten no processes
+//@ ignore-sgx no processes
 
 use std::env;
 use std::process::Command;