From 4a314b9911dc6057d2f3a741964f0ca1a18deeca Mon Sep 17 00:00:00 2001 From: JohnTitor Date: Sun, 28 Mar 2021 15:34:59 +0900 Subject: [PATCH] Remove unnecessary `ignore-cloudabi` flag --- src/test/ui/command/command-setgroups.rs | 1 - 1 file changed, 1 deletion(-) 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 -- GitLab