diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc')
| -rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc b/compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc index 32067a9eaa1..758311ddc47 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/memcmp_test.cc @@ -3,6 +3,8 @@ // RUN: %clangxx_asan -O2 %s -o %t && not %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && not %t 2>&1 | FileCheck %s +// REQUIRES: compiler-rt-optimized + #include <string.h> int main(int argc, char **argv) { char a1[] = {argc, 2, 3, 4}; |

