From 0851e3b48aff7ae496621627dd6bcc4ac5e9536d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 29 Jun 2012 14:14:25 +0000 Subject: [PATCH] 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 --- test/Misc/diag-template-diffing-color.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.50.1