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}}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits