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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/crypt.cpp b/test/sanitizer_common/TestCases/Posix/crypt.cpp
index ff86aced5..ff2626408 100644
--- a/test/sanitizer_common/TestCases/Posix/crypt.cpp
+++ b/test/sanitizer_common/TestCases/Posix/crypt.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx -O0 -g %s -o %t -lcrypt && %run %t
+// RUN: %clangxx -O0 -g %s -o %t && %run %t
// crypt is missing from Android.
// UNSUPPORTED: android