From 5b9d0205aaeba15e3adf4ed3c5251170928dc59f Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 25 Jun 2019 01:01:46 +0000 Subject: [PATCH] [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 --- compiler-rt/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc | 1 - 1 file changed, 1 deletion(-) 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 c373132eb3ee..f4f431e7eb31 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,4 @@ // RUN: %clangxx %s -o %t && %run %t -// UNSUPPORTED: ios #include #include