diff --git a/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp b/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp index dd5a257e39855..43ca027c970cd 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp +++ b/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp @@ -1,6 +1,4 @@ // UNSUPPORTED: ios -// Don't re-enable until rdar://problem/62141527 is fixed. -// REQUIRES: rdar_62141527 // REQUIRES: shell // REQUIRES: darwin_log_cmd // RUN: %clangxx_asan -fsanitize-recover=address %s -o %t @@ -16,6 +14,7 @@ // RUN: FileCheck %s -input-file=%t.process_syslog_output.txt #include #include +#include #include #include