diff options
Diffstat (limited to 'tests/ui/command/command-pre-exec.rs')
| -rw-r--r-- | tests/ui/command/command-pre-exec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/command/command-pre-exec.rs b/tests/ui/command/command-pre-exec.rs index 2f3483fad08..7242dea2775 100644 --- a/tests/ui/command/command-pre-exec.rs +++ b/tests/ui/command/command-pre-exec.rs @@ -2,7 +2,7 @@ #![allow(stable_features)] //@ ignore-windows - this is a unix-specific test -//@ ignore-emscripten no processes +//@ ignore-wasm32 no processes //@ ignore-sgx no processes //@ ignore-fuchsia no execvp syscall #![feature(process_exec, rustc_private)] |
