diff options
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc index 56544235500..c00d75f1121 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc @@ -1,6 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s -// XFAIL: android +// UNSUPPORTED: android #include <assert.h> #include <errno.h> |