From 4bb81d684a342ecbe8be44acd1fc08b8ac3b8eb8 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 11 Sep 2013 23:09:22 +0000 Subject: [PATCH] clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL. It'd be another issue that the terminal and stdout(including redirects) with utf8. This test XPASSed on Win32, at least on Lit. FYI, we don't use a triplet like "-win64" anywhere. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190559 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FixIt/fixit-unicode-with-utf8-output.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/FixIt/fixit-unicode-with-utf8-output.c b/test/FixIt/fixit-unicode-with-utf8-output.c index 70cd7ad01f..aff8542743 100644 --- a/test/FixIt/fixit-unicode-with-utf8-output.c +++ b/test/FixIt/fixit-unicode-with-utf8-output.c @@ -1,7 +1,6 @@ // This test is an additional set of checks for the fixit-unicode.c test for // systems capable of outputting Unicode characters to the standard output in // the UTF-8 encoding. -// XFAIL: mingw32,win32,win64 // RUN: not %clang_cc1 -fsyntax-only %S/fixit-unicode.c 2>&1 | FileCheck -strict-whitespace %s // CHECK: warning: format specifies type 'int' but the argument has type 'long' -- 2.50.1