aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/intra-object-overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/intra-object-overflow.cc')
-rw-r--r--test/asan/TestCases/intra-object-overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/intra-object-overflow.cc b/test/asan/TestCases/intra-object-overflow.cc
index 4032cc144858..56b5bb2b729f 100644
--- a/test/asan/TestCases/intra-object-overflow.cc
+++ b/test/asan/TestCases/intra-object-overflow.cc
@@ -3,7 +3,7 @@
// RUN: %run %t 10
//
// FIXME: fix 32-bits.
-// REQUIRES: asan-64-bits
+// REQUIRES: asan-64-bits, shadow-scale-3
// FIXME: Implement ASan intra-object padding in Clang's MS record layout
// UNSUPPORTED: win32
#include <stdio.h>