We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b4021 commit 2e9494fCopy full SHA for 2e9494f
compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
@@ -1,6 +1,4 @@
1
// UNSUPPORTED: ios
2
-// Don't re-enable until rdar://problem/62141527 is fixed.
3
-// REQUIRES: rdar_62141527
4
// REQUIRES: shell
5
// REQUIRES: darwin_log_cmd
6
// RUN: %clangxx_asan -fsanitize-recover=address %s -o %t
@@ -16,6 +14,7 @@
16
14
// RUN: FileCheck %s -input-file=%t.process_syslog_output.txt
17
15
#include <cassert>
18
#include <cstdio>
+#include <cstdlib>
19
#include <cstring>
20
#include <sanitizer/asan_interface.h>
21
0 commit comments