summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/debug-options-as.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/debug-options-as.c')
-rw-r--r--clang/test/Driver/debug-options-as.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/debug-options-as.c b/clang/test/Driver/debug-options-as.c
index 0159e163025..9580ac8e6dd 100644
--- a/clang/test/Driver/debug-options-as.c
+++ b/clang/test/Driver/debug-options-as.c
@@ -3,8 +3,8 @@
// RUN: touch %t.s
// RUN: %clang -### -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
//
-// mingw has not supported integrated-as yet.
-// XFAIL: mingw32
+// cygming have not supported integrated-as yet.
+// XFAIL: cygwin,mingw32
//
// S: "-cc1as"
// S: "-g"
OpenPOWER on IntegriCloud