diff options
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc index 59919a1ae87..b91a3d7d526 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cc @@ -1,7 +1,7 @@ // RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s // REQUIRES: stable-runtime -// XFAIL: android && i386-target-arch && asan +// XFAIL: android && asan #include <assert.h> #include <stdio.h> |