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

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 00:50:52 PST 2015


Author: djasper
Date: Mon Nov 23 02:50:52 2015
New Revision: 253861

URL: http://llvm.org/viewvc/llvm-project?rev=253861&view=rev
Log:
Fix clang-format test. I believe that the new behavior is better.

Modified:
    cfe/trunk/test/Format/cursor.cpp

Modified: cfe/trunk/test/Format/cursor.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Format/cursor.cpp?rev=253861&r1=253860&r2=253861&view=diff
==============================================================================
--- cfe/trunk/test/Format/cursor.cpp (original)
+++ cfe/trunk/test/Format/cursor.cpp Mon Nov 23 02:50:52 2015
@@ -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;




More information about the cfe-commits mailing list