diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-29 14:14:25 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-29 14:14:25 +0000 |
commit | 0851e3b48aff7ae496621627dd6bcc4ac5e9536d (patch) | |
tree | fb891df4e227894c3a2b0de860cd6f3e94647457 | |
parent | 83122da713a81c8310bf97de8ff6320497d5f327 (diff) |
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
-rw-r--r-- | test/Misc/diag-template-diffing-color.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<typename> struct foo {}; void func(foo<int>); int main() { |