diff options
Diffstat (limited to 'clang/test/Index/format-comment-cdecls.c')
-rw-r--r-- | clang/test/Index/format-comment-cdecls.c | 2 |
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> |