diff options
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc index 081381a80e2..15c5c11c974 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc @@ -1,6 +1,6 @@ // RUN: %clangxx -g %s -o %t // RUN: %tool_options=decorate_proc_maps=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%tool_name -// REQUIRES: stable-release +// REQUIRES: stable-runtime #include <errno.h> #include <fcntl.h> #include <pthread.h> |

