This test appears to fail on win32.

llvm-svn: 160322
This commit is contained in:
Ted Kremenek 2012-07-16 21:43:16 +00:00
parent 4abbade558
commit a0d18e51f9
1 changed files with 1 additions and 0 deletions

View File

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