diff options
Diffstat (limited to 'test/msan/initgroups.cc')
| -rw-r--r-- | test/msan/initgroups.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/msan/initgroups.cc b/test/msan/initgroups.cc deleted file mode 100644 index 974b1cbaa666..000000000000 --- a/test/msan/initgroups.cc +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clangxx_msan -O0 %s -o %t && %run %t - -#include <sys/types.h> -#include <grp.h> -#include <unistd.h> // FreeBSD declares initgroups() here. - -int main(void) { - initgroups("root", 0); - // The above fails unless you are root. Does not matter, MSan false positive - // (which we are testing for) happens anyway. - return 0; -} |
