diff options
Diffstat (limited to 'test/asan/TestCases/Posix/coverage-fork.cc')
-rw-r--r-- | test/asan/TestCases/Posix/coverage-fork.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/coverage-fork.cc b/test/asan/TestCases/Posix/coverage-fork.cc index 799d71638a26e..40ce72ef5003b 100644 --- a/test/asan/TestCases/Posix/coverage-fork.cc +++ b/test/asan/TestCases/Posix/coverage-fork.cc @@ -3,7 +3,7 @@ // RUN: mkdir -p %T/coverage-fork && cd %T/coverage-fork // RUN: %env_asan_opts=coverage=1:coverage_direct=0:verbosity=1 %run %t 2>&1 | FileCheck %s // -// XFAIL: android +// UNSUPPORTED: android #include <stdio.h> #include <string.h> |