diff options
| author | JohnTitor <huyuumi.dev@gmail.com> | 2021-03-28 15:34:59 +0900 |
|---|---|---|
| committer | JohnTitor <huyuumi.dev@gmail.com> | 2021-03-28 15:34:59 +0900 |
| commit | 4a314b9911dc6057d2f3a741964f0ca1a18deeca (patch) | |
| tree | 3911a77c56b1ac8e8d2748050ffa7db9d5cf28a4 | |
| parent | 3bfc85149e9620b029fd5c85b02abcbf7ab1a64e (diff) | |
| download | rust-4a314b9911dc6057d2f3a741964f0ca1a18deeca.tar.gz rust-4a314b9911dc6057d2f3a741964f0ca1a18deeca.zip | |
Remove unnecessary `ignore-cloudabi` flag
| -rw-r--r-- | src/test/ui/command/command-setgroups.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/command/command-setgroups.rs b/src/test/ui/command/command-setgroups.rs index 2067314f740..aff67f91bba 100644 --- a/src/test/ui/command/command-setgroups.rs +++ b/src/test/ui/command/command-setgroups.rs @@ -1,6 +1,5 @@ // run-pass // ignore-windows - this is a unix-specific test -// ignore-cloudabi // ignore-emscripten // ignore-sgx // ignore-musl - returns dummy result for _SC_NGROUPS_MAX |
