diff options
Diffstat (limited to 'compiler-rt/test/ubsan/TestCases/Misc/enum.cpp')
-rw-r--r-- | compiler-rt/test/ubsan/TestCases/Misc/enum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp b/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp index 5dbecf16126..8e95f8b403a 100644 --- a/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp +++ b/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp @@ -4,7 +4,7 @@ // FIXME: UBSan fails to add the correct instrumentation code for some reason on // Windows. -// XFAIL: win32 +// XFAIL: windows-msvc enum E { a = 1 } e; #undef E |