diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-09-19 21:00:10 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-09-19 21:54:13 +0000 |
| commit | 3a4dc6130307bdaa92b5cd8aae514bdbd999e323 (patch) | |
| tree | 19d5f66bdc385c5087b5b3ec23b7de7936ee9dd7 /src/test/ui/process/process-spawn-nonexistent.rs | |
| parent | 11bb80a92b4f46fa7dfa9148d0bdfc185a7621bd (diff) | |
| download | rust-3a4dc6130307bdaa92b5cd8aae514bdbd999e323.tar.gz rust-3a4dc6130307bdaa92b5cd8aae514bdbd999e323.zip | |
Adding ignore fuchsia tests for Backtrace, ErrorKind cases
Diffstat (limited to 'src/test/ui/process/process-spawn-nonexistent.rs')
| -rw-r--r-- | src/test/ui/process/process-spawn-nonexistent.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/process/process-spawn-nonexistent.rs b/src/test/ui/process/process-spawn-nonexistent.rs index a513722639a..9dd608986df 100644 --- a/src/test/ui/process/process-spawn-nonexistent.rs +++ b/src/test/ui/process/process-spawn-nonexistent.rs @@ -1,6 +1,7 @@ // run-pass // ignore-emscripten no processes // ignore-sgx no processes +// ignore-fuchsia ErrorKind not translated use std::io::ErrorKind; use std::process::Command; |
