diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-10-27 13:10:31 +0000 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-11-22 17:11:41 -0500 |
| commit | 6bfe27a3e0f1c4d77999ccc2350ab861327615a2 (patch) | |
| tree | 9c062b62441db1cc37b6b272b2e1692ea24e3982 /src/test/ui/command/command-argv0.rs | |
| parent | c643dd2ec8fed2852f5eee8f776d657293a6a8f2 (diff) | |
| download | rust-6bfe27a3e0f1c4d77999ccc2350ab861327615a2.tar.gz rust-6bfe27a3e0f1c4d77999ccc2350ab861327615a2.zip | |
Drop support for cloudabi targets
Diffstat (limited to 'src/test/ui/command/command-argv0.rs')
| -rw-r--r-- | src/test/ui/command/command-argv0.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/command/command-argv0.rs b/src/test/ui/command/command-argv0.rs index e3394e0567c..b782a4fd3d1 100644 --- a/src/test/ui/command/command-argv0.rs +++ b/src/test/ui/command/command-argv0.rs @@ -1,7 +1,6 @@ // run-pass // ignore-windows - this is a unix-specific test -// ignore-cloudabi no processes // ignore-emscripten no processes // ignore-sgx no processes use std::env; |
