summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/format-comment-cdecls.c
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2012-12-21 12:10:20 +0000
committerDaniel Jasper <djasper@google.com>2012-12-21 12:10:20 +0000
commit0ca819410dc3d5346ae6fe8ab760b10c4ee94b58 (patch)
treeac6e28494b67eacf8a07370758f331962fa75aa7 /clang/test/Index/format-comment-cdecls.c
parent0ac8473db0cfac1215e93ccd254a4ea027c67f95 (diff)
downloadbcm5719-llvm-0ca819410dc3d5346ae6fe8ab760b10c4ee94b58.tar.gz
bcm5719-llvm-0ca819410dc3d5346ae6fe8ab760b10c4ee94b58.zip
Temporary fix of tests to make buildbots happy.
Permanent solution coming up after checking back with Fariborz/Douglas. llvm-svn: 170887
Diffstat (limited to 'clang/test/Index/format-comment-cdecls.c')
-rw-r--r--clang/test/Index/format-comment-cdecls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/format-comment-cdecls.c b/clang/test/Index/format-comment-cdecls.c
index f282d2bb87e..10921a28110 100644
--- a/clang/test/Index/format-comment-cdecls.c
+++ b/clang/test/Index/format-comment-cdecls.c
@@ -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) {\n}</Declaration>
+// CHECK: <Declaration>int ( ^ Block1) (int, int) = ^ (int i, int j) {\n}</Declaration>
OpenPOWER on IntegriCloud