diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-07-16 21:43:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-07-16 21:43:16 +0000 |
commit | ee07db7d91906d7ce371c972048e318901587933 (patch) | |
tree | ee908f402d98f39af122f96bf534be5ae7a25b13 | |
parent | b8971b27817608bd268dda18ff3e0b4e61377cd0 (diff) |
This test appears to fail on win32.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160322 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FixIt/fixit-unicode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FixIt/fixit-unicode.c b/test/FixIt/fixit-unicode.c index 922d309643..fdacfd0a08 100644 --- a/test/FixIt/fixit-unicode.c +++ b/test/FixIt/fixit-unicode.c @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-MACHINE %s +// XFAIL: win32 struct Foo { int bar; |