diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Sema/block-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/block-misc.c b/clang/test/Sema/block-misc.c index 8349985ceb5..c3de7b7e9be 100644 --- a/clang/test/Sema/block-misc.c +++ b/clang/test/Sema/block-misc.c @@ -42,7 +42,7 @@ int test2(double (^S)()) { } int^ x; // expected-error {{block pointer to non-function type is invalid}} -int^^ x1; // expected-error {{block pointer to non-function type is invalid}} +int^^ x1; // expected-error {{block pointer to non-function type is invalid}} expected-error {{block pointer to non-function type is invalid}} int test3() { char *^ y; // expected-error {{block pointer to non-function type is invalid}} |