forked from OSchip/llvm-project
Fix clang-format test. I believe that the new behavior is better.
llvm-svn: 253861
This commit is contained in:
parent
b68aabf7fc
commit
7048edb104
|
@ -1,5 +1,5 @@
|
|||
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=6 \
|
||||
// RUN: | FileCheck -strict-whitespace %s
|
||||
// CHECK: {{^\{ "Cursor": 4, }}
|
||||
// CHECK: {{^\{ "Cursor": 3, }}
|
||||
// CHECK: {{^int\ \i;$}}
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue