aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/vtable-debug-info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/vtable-debug-info.cpp')
-rw-r--r--test/CodeGenCXX/vtable-debug-info.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGenCXX/vtable-debug-info.cpp b/test/CodeGenCXX/vtable-debug-info.cpp
index c355406fae4a..9294d20e7292 100644
--- a/test/CodeGenCXX/vtable-debug-info.cpp
+++ b/test/CodeGenCXX/vtable-debug-info.cpp
@@ -2,8 +2,9 @@
// Radar 8730409
// XFAIL: win32
-// FIXME: This test crashes on Windows.
-#ifdef _WIN32
+// FIXME: This test crashes on *-pc-win32
+// for lack of debugging support on -integrated-as (MCCOFF).
+#ifdef _MSC_VER
#error this test must xfail