diff options
Diffstat (limited to 'test/Format/cursor.cpp')
-rw-r--r-- | test/Format/cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Format/cursor.cpp b/test/Format/cursor.cpp index d9aab5a..c7d576b 100644 --- a/test/Format/cursor.cpp +++ b/test/Format/cursor.cpp @@ -1,6 +1,6 @@ // RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp // RUN: clang-format -style=LLVM %t2.cpp -cursor=6 > %t.cpp // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s -// CHECK: {{^\{ "Cursor": 4 \}$}} +// CHECK: {{^\{ "Cursor": 4, }} // CHECK: {{^int\ \i;$}} int i; |