aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/small_memcpy_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/small_memcpy_test.cc')
-rw-r--r--test/asan/TestCases/small_memcpy_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/small_memcpy_test.cc b/test/asan/TestCases/small_memcpy_test.cc
index 2d6dea60caed..ef0ac35b8a2b 100644
--- a/test/asan/TestCases/small_memcpy_test.cc
+++ b/test/asan/TestCases/small_memcpy_test.cc
@@ -7,6 +7,7 @@
// RUN: not %run %t 32 48 2>&1 | FileCheck %s --check-prefix=CHECK
// RUN: not %run %t 40 56 2>&1 | FileCheck %s --check-prefix=CHECK
// RUN: not %run %t 48 64 2>&1 | FileCheck %s --check-prefix=CHECK
+// REQUIRES: shadow-scale-3
#include <assert.h>
#include <string.h>
#include <stdlib.h>