[cfe-commits] r64074 - /cfe/trunk/test/Sema/block-misc.c

Mike Stump mrs at apple.com
Sat Feb 7 23:59:54 PST 2009


Author: mrs
Date: Sun Feb  8 01:59:54 2009
New Revision: 64074

URL: http://llvm.org/viewvc/llvm-project?rev=64074&view=rev
Log:
Fixup expected errors.

Modified:
    cfe/trunk/test/Sema/block-misc.c

Modified: cfe/trunk/test/Sema/block-misc.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/block-misc.c?rev=64074&r1=64073&r2=64074&view=diff

==============================================================================
--- cfe/trunk/test/Sema/block-misc.c (original)
+++ cfe/trunk/test/Sema/block-misc.c Sun Feb  8 01:59:54 2009
@@ -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}}





More information about the cfe-commits mailing list