Fixup expected errors.

llvm-svn: 64074
This commit is contained in:
Mike Stump 2009-02-08 07:59:54 +00:00
parent e5e95f7717
commit f876bc9388
1 changed files with 1 additions and 1 deletions

View File

@ -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}}