Skip to content

Commit aacf795

Browse files
committed
[asan] Re-enable a test on i386-darwin.
This test has been reverted in r279918 due to flaky atos support in the OS some machines in the buildbot fleet were running. This should not be a problem anymore. llvm-svn: 295766
1 parent 23a76be commit aacf795

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clangxx -O0 %s -o %t
22
// RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s
3-
// UNSUPPORTED: i386-darwin
43
//
54
// Tests __sanitizer_symbolize_pc.
65
#include <stdio.h>

0 commit comments

Comments
 (0)