diff --git a/clang/test/Format/cursor.cpp b/clang/test/Format/cursor.cpp index b0a2fbdffc32..e41c0d5bb19c 100644 --- a/clang/test/Format/cursor.cpp +++ b/clang/test/Format/cursor.cpp @@ -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;