forked from OSchip/llvm-project
[sanitizer] Enabled getpw_getgr.cc on iOS
Reviewers: kubamracek, delcypher, yln Reviewed By: delcypher Subscribers: yln, delcypher, llvm-commits, kubamracek, #sanitizers Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D57786 llvm-svn: 364261
This commit is contained in:
parent
c8e8b274f1
commit
5b9d0205aa
|
@ -1,5 +1,4 @@
|
|||
// RUN: %clangxx %s -o %t && %run %t
|
||||
// UNSUPPORTED: ios
|
||||
|
||||
#include <assert.h>
|
||||
#include <grp.h>
|
||||
|
|
Loading…
Reference in New Issue