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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits