From d3a5de676857990d287ea92f814119fb37149bf1 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 11 Jan 2012 07:50:51 +0000 Subject: test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin. Also cygwin has not supported integrated-as yet. llvm-svn: 147929 --- clang/test/Driver/debug-options-as.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/Driver/debug-options-as.c') 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" -- cgit v1.2.3