summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/intra-object-overflow.cc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
commit0646903fc1f75f6e605754621119473ee083f4a4 (patch)
tree57bce79a7423a054cccec23bdf6cd96e2d271b4a /test/asan/TestCases/intra-object-overflow.cc
parent005b7ed8f76756d94ef6266ded755ab7863cb936 (diff)
Notes
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 56b5bb2b729fd..b71e951bb0b7c 100644
--- a/test/asan/TestCases/intra-object-overflow.cc
+++ b/test/asan/TestCases/intra-object-overflow.cc
@@ -5,7 +5,7 @@
// FIXME: fix 32-bits.
// REQUIRES: asan-64-bits, shadow-scale-3
// FIXME: Implement ASan intra-object padding in Clang's MS record layout
-// UNSUPPORTED: win32
+// UNSUPPORTED: windows-msvc
#include <stdio.h>
#include <stdlib.h>
class Foo {