summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/crypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix/crypt.cpp')
-rw-r--r--test/sanitizer_common/TestCases/Posix/crypt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/crypt.cpp b/test/sanitizer_common/TestCases/Posix/crypt.cpp
index 7b36741b6..ff86aced5 100644
--- a/test/sanitizer_common/TestCases/Posix/crypt.cpp
+++ b/test/sanitizer_common/TestCases/Posix/crypt.cpp
@@ -1,5 +1,8 @@
// RUN: %clangxx -O0 -g %s -o %t -lcrypt && %run %t
+// crypt is missing from Android.
+// UNSUPPORTED: android
+
#include <assert.h>
#include <unistd.h>
#include <cstring>