diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-09-11 23:09:22 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-09-11 23:09:22 +0000 |
commit | 4c57b9db10f47d958484f2b51954eb8d01b60381 (patch) | |
tree | 74ea48174227c11e3bff0d0c00bbc2b1638590d4 | |
parent | 21442b24fb974e45fb800e0da0ab2cdeeb4e6696 (diff) | |
download | bcm5719-llvm-4c57b9db10f47d958484f2b51954eb8d01b60381.tar.gz bcm5719-llvm-4c57b9db10f47d958484f2b51954eb8d01b60381.zip |
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
-rw-r--r-- | clang/test/FixIt/fixit-unicode-with-utf8-output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/FixIt/fixit-unicode-with-utf8-output.c b/clang/test/FixIt/fixit-unicode-with-utf8-output.c index 70cd7ad01ff..aff85427432 100644 --- a/clang/test/FixIt/fixit-unicode-with-utf8-output.c +++ b/clang/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' |