From: NAKAMURA Takumi Date: Fri, 29 Jun 2012 14:14:25 +0000 (+0000) Subject: clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0851e3b48aff7ae496621627dd6bcc4ac5e9536d;p=clang clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has some terminal emulation of escape sequences. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/diag-template-diffing-color.cpp b/test/Misc/diag-template-diffing-color.cpp index edbf4c216d..502f6843af 100644 --- a/test/Misc/diag-template-diffing-color.cpp +++ b/test/Misc/diag-template-diffing-color.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -fcolor-diagnostics %s 2>&1 | FileCheck %s -// XFAIL: cygwin,mingw32,win32 +// XFAIL: mingw32,win32 template struct foo {}; void func(foo); int main() {