summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/small_memcpy_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/small_memcpy_test.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/small_memcpy_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/small_memcpy_test.cc b/compiler-rt/test/asan/TestCases/small_memcpy_test.cc
index 2d6dea60cae..ef0ac35b8a2 100644
--- a/compiler-rt/test/asan/TestCases/small_memcpy_test.cc
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud