diff options
Diffstat (limited to 'clang/test/CodeGenCXX/vtable-debug-info.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/vtable-debug-info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/vtable-debug-info.cpp b/clang/test/CodeGenCXX/vtable-debug-info.cpp index c355406fae4..a008f7e110b 100644 --- a/clang/test/CodeGenCXX/vtable-debug-info.cpp +++ b/clang/test/CodeGenCXX/vtable-debug-info.cpp @@ -1,6 +1,6 @@ // RUN: %clang -c -g %s -o /dev/null // Radar 8730409 -// XFAIL: win32 +// XFAIL: win32,mingw // FIXME: This test crashes on Windows. #ifdef _WIN32 |