diff options
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/getpass.cc')
-rw-r--r-- | test/sanitizer_common/TestCases/Linux/getpass.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/getpass.cc b/test/sanitizer_common/TestCases/Linux/getpass.cc index c9a2276cc2487..902c9cb5655c0 100644 --- a/test/sanitizer_common/TestCases/Linux/getpass.cc +++ b/test/sanitizer_common/TestCases/Linux/getpass.cc @@ -1,4 +1,5 @@ // RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s +// REQUIRES: stable-runtime #include <assert.h> #include <stdio.h> #include <unistd.h> |