diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/pass-object-byval.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/pass-object-byval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/pass-object-byval.cc b/compiler-rt/test/asan/TestCases/pass-object-byval.cc index b99360fa785..f9191c53d70 100644 --- a/compiler-rt/test/asan/TestCases/pass-object-byval.cc +++ b/compiler-rt/test/asan/TestCases/pass-object-byval.cc @@ -5,7 +5,7 @@ // RUN: Assertion{{.*}}failed // ASan instrumentation can't insert red-zones around inalloca parameters. -// XFAIL: win32 && asan-32-bits +// XFAIL: windows-msvc && asan-32-bits #include <cassert> |