clang-format: Fix tests after recent change to ObjC block formatting.
authorDaniel Jasper <djasper@google.com>
Wed, 22 Oct 2014 09:50:23 +0000 (09:50 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 22 Oct 2014 09:50:23 +0000 (09:50 +0000)
llvm-svn: 220376

clang/test/Index/comment-c-decls.c
clang/test/Index/format-comment-cdecls.c

index 371e453bef4f17fb9beff28ca95e41eb7667a8cc..2a99b36ea820079ad4e80dadf3fa76dda02a4ac0 100644 (file)
@@ -101,4 +101,4 @@ int (^Block) (int i, int j);
  *\brief block declaration
 */
 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
-// CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {}</Declaration>
+// CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {\n}</Declaration>
index 471be2baf234a5294d93901689683263da7fecaf..34cedfdb16b3068a9c20f11a4964ce6ef0a835bf 100644 (file)
@@ -96,4 +96,4 @@ int (^Block) (int i, int j);
  *\brief block declaration
 */
 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
-// CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {}</Declaration>
+// CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {\n}</Declaration>