diff options
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc index ea785e8801a..e10f38488a8 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc @@ -1,5 +1,5 @@ // RUN: %clangxx %s -o %t && %run %t -// UNSUPPORTED: android, ios +// UNSUPPORTED: ios #include <assert.h> #include <grp.h> |