diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/verbose-log-path_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc b/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc index ca3315dc281..910e5283149 100644 --- a/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc +++ b/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc @@ -6,7 +6,7 @@ // RUN: FileCheck %s --check-prefix=CHECK-ERROR < %T/asan.log.verbose-log-path_test-binary.* // FIXME: only FreeBSD and Linux have verbose log paths now. -// XFAIL: win32,android,darwin +// XFAIL: win32,android #include <stdlib.h> #include <string.h> |

