Fix clang-format test. I believe that the new behavior is better.

llvm-svn: 253861
This commit is contained in:
Daniel Jasper 2015-11-23 08:50:52 +00:00
parent b68aabf7fc
commit 7048edb104
1 changed files with 1 additions and 1 deletions

View File

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