]> granicus.if.org Git - clang/commitdiff
Fixup expected errors.
authorMike Stump <mrs@apple.com>
Sun, 8 Feb 2009 07:59:54 +0000 (07:59 +0000)
committerMike Stump <mrs@apple.com>
Sun, 8 Feb 2009 07:59:54 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64074 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/block-misc.c

index 8349985ceb5afb467ac6e7fcd6a02b639b6e8019..c3de7b7e9be9f8cd55a7e39097a3c057a329c5ba 100644 (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}}