forked from OSchip/llvm-project
parent
f78edf52de
commit
576a03fed2
|
@ -1,7 +1,7 @@
|
|||
// RUN: clang-cc -E -C %s | FileCheck -strict-whitespace %s
|
||||
// RUN: clang-cc -E -C %s | FileCheck -strict-whitespace %s &&
|
||||
// CHECK: boo bork bar // zot
|
||||
|
||||
// RUN: clang-cc -E -CC %s | FileCheck -strict-whitespace %s
|
||||
// RUN: clang-cc -E -CC %s | FileCheck -strict-whitespace %s &&
|
||||
// CHECK: boo bork /* blah*/ bar // zot
|
||||
|
||||
// RUN: clang-cc -E %s | FileCheck -strict-whitespace %s
|
||||
|
|
Loading…
Reference in New Issue