diff options
Diffstat (limited to 'test/asan/TestCases/strtol_strict.c')
-rw-r--r-- | test/asan/TestCases/strtol_strict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/strtol_strict.c b/test/asan/TestCases/strtol_strict.c index 999067e89e0a..bc30c87b18cb 100644 --- a/test/asan/TestCases/strtol_strict.c +++ b/test/asan/TestCases/strtol_strict.c @@ -21,6 +21,7 @@ // RUN: %run %t test7 2>&1 // RUN: %env_asan_opts=strict_string_checks=false %run %t test7 2>&1 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test7 2>&1 | FileCheck %s --check-prefix=CHECK7 +// REQUIRES: shadow-scale-3 #include <assert.h> #include <stdlib.h> |