diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-10-13 21:26:52 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-10-13 21:26:52 +0000 |
| commit | 810cce85aa138fb59b397e6b17651f42e32f6f5a (patch) | |
| tree | f4f62693ad8bb2804cb73eb860dd8e9ecf7e4d90 /src/test/ui/command | |
| parent | c97d02cdb5ca5f5e9eff1fa9e4560d220d1fd2a0 (diff) | |
| download | rust-810cce85aa138fb59b397e6b17651f42e32f6f5a.tar.gz rust-810cce85aa138fb59b397e6b17651f42e32f6f5a.zip | |
Adding fuchsia-ignore and needs-unwind to compiler test cases
Diffstat (limited to 'src/test/ui/command')
| -rw-r--r-- | src/test/ui/command/command-current-dir.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/command/command-current-dir.rs b/src/test/ui/command/command-current-dir.rs index 69a0b486d68..5d06fcdebc6 100644 --- a/src/test/ui/command/command-current-dir.rs +++ b/src/test/ui/command/command-current-dir.rs @@ -1,6 +1,7 @@ // run-pass // ignore-emscripten no processes // ignore-sgx no processes +// ignore-fuchsia Needs directory creation privilege use std::env; use std::fs; |
