From 63d47c293f4886c8b5ebc4d30a5c3a2a2ac14de7 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Mon, 23 Nov 2015 08:50:52 +0000 Subject: [PATCH] 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 --- test/Format/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Format/cursor.cpp b/test/Format/cursor.cpp index b0a2fbdffc..e41c0d5bb1 100644 --- a/test/Format/cursor.cpp +++ b/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; -- 2.40.0