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 8349985..c3de7b7 100644
--- a/test/Sema/block-misc.c
+++ b/test/Sema/block-misc.c
@@ -42,7 +42,7 @@
 }
 
 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}}