about summary refs log tree commit diff
path: root/tests/ui/command/command-exec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/command/command-exec.rs')
-rw-r--r--tests/ui/command/command-exec.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ui/command/command-exec.rs b/tests/ui/command/command-exec.rs
index edc33446d79..3cc5d0bbd3e 100644
--- a/tests/ui/command/command-exec.rs
+++ b/tests/ui/command/command-exec.rs
@@ -1,10 +1,10 @@
-// run-pass
+//@ run-pass
 
 #![allow(stable_features)]
-// ignore-windows - this is a unix-specific test
-// ignore-emscripten no processes
-// ignore-sgx no processes
-// ignore-fuchsia no execvp syscall provided
+//@ ignore-windows - this is a unix-specific test
+//@ ignore-emscripten no processes
+//@ ignore-sgx no processes
+//@ ignore-fuchsia no execvp syscall provided
 
 #![feature(process_exec)]