about summary refs log tree commit diff
path: root/tests/ui/process/process-spawn-with-unicode-params.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/process/process-spawn-with-unicode-params.rs')
-rw-r--r--tests/ui/process/process-spawn-with-unicode-params.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ui/process/process-spawn-with-unicode-params.rs b/tests/ui/process/process-spawn-with-unicode-params.rs
index 16dba6292db..26b3899df96 100644
--- a/tests/ui/process/process-spawn-with-unicode-params.rs
+++ b/tests/ui/process/process-spawn-with-unicode-params.rs
@@ -1,5 +1,5 @@
-// run-pass
-// no-prefer-dynamic
+//@ run-pass
+//@ no-prefer-dynamic
 
 // The test copies itself into a subdirectory with a non-ASCII name and then
 // runs it as a child process within the subdirectory.  The parent process
@@ -7,9 +7,9 @@
 // non-ASCII characters.  The child process ensures all the strings are
 // intact.
 
-// ignore-emscripten no processes
-// ignore-sgx no processes
-// ignore-fuchsia Filesystem manipulation privileged
+//@ ignore-emscripten no processes
+//@ ignore-sgx no processes
+//@ ignore-fuchsia Filesystem manipulation privileged
 
 use std::io::prelude::*;
 use std::io;