mirror of https://github.com/microsoft/clang.git
Fix clang-format test. I believe that the new behavior is better.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd5d054c2c
commit
63d47c293f
|
@ -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