From 0ca819410dc3d5346ae6fe8ab760b10c4ee94b58 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Fri, 21 Dec 2012 12:10:20 +0000 Subject: Temporary fix of tests to make buildbots happy. Permanent solution coming up after checking back with Fariborz/Douglas. llvm-svn: 170887 --- clang/test/Index/format-comment-cdecls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Index/format-comment-cdecls.c') 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: int (^ Block1) (int, int) = ^ (int i, int j) {\n} +// CHECK: int ( ^ Block1) (int, int) = ^ (int i, int j) {\n} -- cgit v1.2.3