Author: efriedma
Date: Wed Dec 17 16:22:03 2008
New Revision: 61162

URL: http://llvm.org/viewvc/llvm-project?rev=61162&view=rev
Log:
Oops, accidentally commited the wrong version of the test (original 
commit r61160).


Modified:
    cfe/trunk/test/Parser/recovery.c

Modified: cfe/trunk/test/Parser/recovery.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/recovery.c?rev=61162&r1=61161&r2=61162&view=diff

==============================================================================
--- cfe/trunk/test/Parser/recovery.c (original)
+++ cfe/trunk/test/Parser/recovery.c Wed Dec 17 16:22:03 2008
@@ -66,5 +66,5 @@
 }
 
 struct forward;
-void x(struct forward* x) {switch(x->a) {}}
+void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete 
definition of type}}
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to