forked from OSchip/llvm-project
parent
4abbade558
commit
a0d18e51f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue