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 10921a28110..b1539fe1cc8 100644 --- a/clang/test/Index/format-comment-cdecls.c +++ b/clang/test/Index/format-comment-cdecls.c @@ -90,7 +90,7 @@ enum e { *\brief block declaration */ int (^Block) (int i, int j); -// CHECK: <Declaration>int (^Block)(int, int)</Declaration> +// CHECK: <Declaration>int ( ^ Block) (int, int)</Declaration> /** *\brief block declaration |