diff options
Diffstat (limited to 'test/asan/TestCases/strtoll_strict.c')
-rw-r--r-- | test/asan/TestCases/strtoll_strict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/strtoll_strict.c b/test/asan/TestCases/strtoll_strict.c index f6a1716bcc82c..93cce30f8cb95 100644 --- a/test/asan/TestCases/strtoll_strict.c +++ b/test/asan/TestCases/strtoll_strict.c @@ -23,6 +23,7 @@ // RUN: %env_asan_opts=strict_string_checks=true not %run %t test7 2>&1 | FileCheck %s --check-prefix=CHECK7 // FIXME: Enable strtoll interceptor. +// REQUIRES: shadow-scale-3 // XFAIL: win32 #include <assert.h> |