diff options
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc index c9a2276cc24..902c9cb5655 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc +++ b/compiler-rt/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> |

