diff options
Diffstat (limited to 'test/ubsan/TestCases/Misc/enum.cpp')
-rw-r--r-- | test/ubsan/TestCases/Misc/enum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/Misc/enum.cpp b/test/ubsan/TestCases/Misc/enum.cpp index 5dbecf161262..8e95f8b403a9 100644 --- a/test/ubsan/TestCases/Misc/enum.cpp +++ b/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 |