diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp index f33aa2004db79e..d0be7f4fa87899 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp @@ -1,5 +1,7 @@ // RUN: %clangxx %s -o %t && %run %t %p +// UNSUPPORTED: android + #include #include #include