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.

llvm-svn: 190559
This commit is contained in:
NAKAMURA Takumi 2013-09-11 23:09:22 +00:00
parent 21442b24fb
commit 4c57b9db10
1 changed files with 0 additions and 1 deletions

View File

@ -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'