From: Mike Stump Date: Sun, 8 Feb 2009 07:59:54 +0000 (+0000) Subject: Fixup expected errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa2ac06d40d9b7411287dd0155d3e47c6c15be6;p=clang Fixup expected errors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64074 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/block-misc.c b/test/Sema/block-misc.c index 8349985ceb..c3de7b7e9b 100644 --- a/test/Sema/block-misc.c +++ b/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}}